@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>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415812" ;
  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.40403'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/415812'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415861> ;
  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%2F415861>
  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%2F415861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38653'^^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: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 '285137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/415861'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F416019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416019> ;
  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%2F416019>
  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%2F416019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416019" ;
  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.42461'^^xsd:string;
  dwc:scientificName 'Sertularella diaphana (Allman, 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 '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: plastic container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '285502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416019'^^xsd:anyURI;
  dwc:observationDate '1905-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '285502'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416266> ;
  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%2F416266>
  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%2F416266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416266" ;
  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.38019'^^xsd:string;
  dwc:scientificName 'Bimeria nutans (Wright, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  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 '151713'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416266'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117342'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416345> ;
  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%2F416345>
  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%2F416345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416345" ;
  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.40091'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^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: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:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416345'^^xsd:anyURI;
  dwc:observationDate '1930-12-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%2F416427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416427> ;
  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%2F416427>
  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%2F416427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416427" ;
  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.40097,INV.40098'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416427'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^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%2F416444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38944'^^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 '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 '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416444'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F416455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44209'^^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 '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 '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416455'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F416518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38954'^^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 '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 '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416518'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F416557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 6.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "6.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416557" ;
  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/st2564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43681'^^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/st2564'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '6.366667'^^xsd:double;
  dwc:latitude '56.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:12981'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416557'^^xsd:anyURI;
  dwc:observationDate '1907-06-30'^^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%2F416579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416579> ;
  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%2F416579>
  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%2F416579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416579" ;
  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.41074'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416579'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^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%2F416580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416580> ;
  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%2F416580>
  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%2F416580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416580" ;
  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.41066'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416580'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^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%2F416593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416593> ;
  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%2F416593>
  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%2F416593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416593" ;
  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.40125'^^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 '10910'^^xsd:integer;
  dwc:startYearCollected '1935'^^xsd:integer;
  dwc:endYearCollected '1936'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416593'^^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%2F416664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416664> ;
  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%2F416664>
  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%2F416664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416664" ;
  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.42691'^^xsd:string;
  dwc:scientificName 'Sertularella subdichotoma Kirchenpauer, 1884'^^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 '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416664'^^xsd:anyURI;
  dwc:observationDate '1898-01-02'^^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%2F416673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38998'^^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 '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 '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416673'^^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%2F416768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416768> ;
  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%2F416768>
  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%2F416768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39817'^^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 '1957'^^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 '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416768'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F416908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F416908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/416908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44045'^^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 '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 '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/416908'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F417019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.417223 127.301944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.417223"^^xsd:decimal ;
  dwc:decimalLongitude "127.301944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417019" ;
  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/st282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40372'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (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/st282'^^xsd:string;
  dwc:yearCollected '1900'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Banda Sea, Oceans'^^xsd:string;
  dwc:longitude '127.301944'^^xsd:double;
  dwc:latitude '-8.417223'^^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 '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417019'^^xsd:anyURI;
  dwc:observationDate '1900-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44213'^^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 '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 '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417047'^^xsd:anyURI;
  dwc:observationDate '1989-02-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%2F417081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417081> ;
  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%2F417081>
  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%2F417081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38326'^^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 '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 '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417081'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F417185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417185> ;
  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%2F417185>
  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%2F417185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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,INV.38698'^^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 '1974'^^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 '117796'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417185'^^xsd:anyURI;
  dwc:observationDate '1974-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%2F417337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417337> ;
  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%2F417337>
  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%2F417337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417337" ;
  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.42587'^^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 '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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417337'^^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%2F417338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417338> ;
  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%2F417338>
  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%2F417338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417338" ;
  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.42588'^^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 '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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417338'^^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%2F417769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.53 18.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.53"^^xsd:decimal ;
  dwc:decimalLongitude "18.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417769" ;
  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.41755'^^xsd:string;
  dwc:scientificName 'Plumularia filicaulis Kirchenpauer, 1876'^^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:yearCollected '1894'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.27'^^xsd:double;
  dwc:latitude '-33.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:6173'^^xsd:anyURI;
  dwc:aphiaid '212494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417769'^^xsd:anyURI;
  dwc:observationDate '1894-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212494'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.53 18.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.53"^^xsd:decimal ;
  dwc:decimalLongitude "18.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417770" ;
  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.41754'^^xsd:string;
  dwc:scientificName 'Plumularia filicaulis Kirchenpauer, 1876'^^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:yearCollected '1894'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.27'^^xsd:double;
  dwc:latitude '-33.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:6173'^^xsd:anyURI;
  dwc:aphiaid '212494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417770'^^xsd:anyURI;
  dwc:observationDate '1894-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212494'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417821> ;
  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%2F417821>
  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%2F417821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417821" ;
  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\\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/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 '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417821'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F417869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838/st12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39354'^^xsd:string;
  dwc:scientificName 'Moerisia pallasi (Derzhavin, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Naumov'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838/st12'^^xsd:string;
  dwc:yearCollected '1914'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Caspian Sea, Oceans'^^xsd:string;
  dwc:longitude '50'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  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 '117763'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417869'^^xsd:anyURI;
  dwc:observationDate '1914-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F417904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/417904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38995'^^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 '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 '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/417904'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F418185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.816667 8.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.816667"^^xsd:decimal ;
  dwc:decimalLongitude "8.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%2F418185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.816667 8.683333)"^^geo:wktLiteral ;
  geo-pos:lat "-0.816667"^^xsd:decimal ;
  geo-pos:long "8.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418185" ;
  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/st140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44321'^^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/st140'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:longitude '8.683333'^^xsd:double;
  dwc:latitude '-0.816667'^^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/418185'^^xsd:anyURI;
  dwc:observationDate '1949-03-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%2F418271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.31228 115.65973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.31228"^^xsd:decimal ;
  dwc:decimalLongitude "115.65973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418271" ;
  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.43031,INV.43032'^^xsd:string;
  dwc:scientificName 'Tridentata xantha Stechow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , 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 '115.65973'^^xsd:double;
  dwc:latitude '-33.31228'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/418271'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.31228 115.65973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.31228"^^xsd:decimal ;
  dwc:decimalLongitude "115.65973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418272" ;
  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.43030,INV.43032'^^xsd:string;
  dwc:scientificName 'Tridentata xantha Stechow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , 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 '115.65973'^^xsd:double;
  dwc:latitude '-33.31228'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/418272'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418500> ;
  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%2F418500>
  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%2F418500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418500" ;
  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.40064'^^xsd:string;
  dwc:scientificName 'Aglaophenia elongata Meneghini, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/418500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418501> ;
  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%2F418501>
  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%2F418501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418501" ;
  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.40065'^^xsd:string;
  dwc:scientificName 'Aglaophenia elongata Meneghini, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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:aphiaid '117275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/418501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418538> ;
  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%2F418538>
  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%2F418538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418538" ;
  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'^^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 '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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/418538'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F418729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.533333 -8.745833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.745833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418729" ;
  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/st433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43225'^^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/st433'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.745833'^^xsd:double;
  dwc:latitude '34.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:12981'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/418729'^^xsd:anyURI;
  dwc:observationDate '1894-07-07'^^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%2F418730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.533333 -8.745833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.745833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F418730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/418730" ;
  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/st433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43187'^^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/st433'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.745833'^^xsd:double;
  dwc:latitude '34.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:12981'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/418730'^^xsd:anyURI;
  dwc:observationDate '1894-07-07'^^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%2F419041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419041> ;
  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%2F419041>
  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%2F419041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419041" ;
  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\\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 '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 '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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419041'^^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%2F419046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419046> ;
  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%2F419046>
  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%2F419046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419046" ;
  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\\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 '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 '834403'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419046'^^xsd:anyURI;
  dwc:observationDate '1935-11-09'^^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%2F419055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419055> ;
  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%2F419055>
  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%2F419055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43814'^^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 '1957'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^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/419055'^^xsd:anyURI;
  dwc:observationDate '1957-06-22'^^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%2F419316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.133333 -68.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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%2F419316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.133333 -68.95)"^^geo:wktLiteral ;
  geo-pos:lat "12.133333"^^xsd:decimal ;
  geo-pos:long "-68.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419316" ;
  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.43664,INV.43666'^^xsd:string;
  dwc:scientificName 'Laomedea hummelincki 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 'type'^^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 '6'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.95'^^xsd:double;
  dwc:latitude '12.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:10497'^^xsd:anyURI;
  dwc:aphiaid '554984'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419316'^^xsd:anyURI;
  dwc:observationDate '1930-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '225740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.133333 -68.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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%2F419317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.133333 -68.95)"^^geo:wktLiteral ;
  geo-pos:lat "12.133333"^^xsd:decimal ;
  geo-pos:long "-68.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419317" ;
  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.43665,INV.43666'^^xsd:string;
  dwc:scientificName 'Laomedea hummelincki 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 'type'^^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 '6'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.95'^^xsd:double;
  dwc:latitude '12.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:10497'^^xsd:anyURI;
  dwc:aphiaid '554984'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419317'^^xsd:anyURI;
  dwc:observationDate '1930-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '225740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419390> ;
  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%2F419390>
  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%2F419390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39709'^^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 '1974'^^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/419390'^^xsd:anyURI;
  dwc:observationDate '1974-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%2F419446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419446> ;
  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%2F419446>
  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%2F419446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38404'^^xsd:string;
  dwc:scientificName 'Eudendrium exiguum Allman, 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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '7'^^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 '284663'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419446'^^xsd:anyURI;
  dwc:observationDate '1966-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '284663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419493> ;
  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%2F419493>
  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%2F419493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419493" ;
  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.40799'^^xsd:string;
  dwc:scientificName 'Halecium dyssymetrum Billard, 1929'^^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 '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 '284722'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419493'^^xsd:anyURI;
  dwc:observationDate '1925-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '284722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419494> ;
  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%2F419494>
  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%2F419494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419494" ;
  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.41282'^^xsd:string;
  dwc:scientificName 'Hebella striata 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 '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 '231564'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419567> ;
  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%2F419567>
  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%2F419567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419567" ;
  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\\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 '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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419567'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^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%2F419568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419568> ;
  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%2F419568>
  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%2F419568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419568" ;
  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.41225\\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 '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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419568'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^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%2F419687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419687> ;
  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%2F419687>
  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%2F419687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419687" ;
  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.41277\\1'^^xsd:string;
  dwc:scientificName 'Synthecium evansi (Ellis & Solander, 1786)'^^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 '117969'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419687'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117969'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419698> ;
  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%2F419698>
  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%2F419698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419698" ;
  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" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40810'^^xsd:string;
  dwc:scientificName 'Halecium delicatulum Coughtrey, 1876'^^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'^^xsd:integer;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans;Océan Pacifique;Pacific Ocean'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419698'^^xsd:anyURI;
  dwc:observationDate '1949-01-04'^^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%2F419773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419773> ;
  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%2F419773>
  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%2F419773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419773" ;
  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.40928'^^xsd:string;
  dwc:scientificName 'Halecium pusillum (Sars, 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 '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 '117602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419773'^^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%2F419796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419796> ;
  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%2F419796>
  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%2F419796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39824'^^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 '1968'^^xsd:integer;
  dwc:monthCollected '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 '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419796'^^xsd:anyURI;
  dwc:observationDate '1968-02-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%2F419983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419983> ;
  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%2F419983>
  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%2F419983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419983" ;
  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.42126'^^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 '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:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419983'^^xsd:anyURI;
  dwc:observationDate '1930-05-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%2F419984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F419984> ;
  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%2F419984>
  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%2F419984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/419984" ;
  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.42154'^^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 '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:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/419984'^^xsd:anyURI;
  dwc:observationDate '1930-05-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%2F420029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420029> ;
  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%2F420029>
  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%2F420029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38076,INV.38079,INV.38097'^^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 '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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420029'^^xsd:anyURI;
  dwc:observationDate '1959-03-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%2F420030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420030> ;
  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%2F420030>
  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%2F420030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38079,INV.38096,INV.38097'^^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 '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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420030'^^xsd:anyURI;
  dwc:observationDate '1959-03-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%2F420031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420031> ;
  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%2F420031>
  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%2F420031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38079,INV.38095,INV.38097'^^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 '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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420031'^^xsd:anyURI;
  dwc:observationDate '1959-03-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%2F420179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420179> ;
  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%2F420179>
  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%2F420179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420179" ;
  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.39006,INV.39029'^^xsd:string;
  dwc:scientificName 'Coryne eximia (Allman, 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: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 '151860'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420251> ;
  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%2F420251>
  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%2F420251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420251" ;
  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.43477'^^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 '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 '117370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420251'^^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%2F420252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420252> ;
  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%2F420252>
  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%2F420252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420252" ;
  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.43474'^^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 '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 '117370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420252'^^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%2F420519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.407336,INV.40736'^^xsd:string;
  dwc:scientificName 'Eucheilota tropica 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 '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 '221218'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420519'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420535> ;
  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%2F420535>
  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%2F420535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420535" ;
  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\\2'^^xsd:string;
  dwc:scientificName 'Perigonimus pusillus (Wright, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/420535'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420536> ;
  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%2F420536>
  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%2F420536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420536" ;
  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.38743'^^xsd:string;
  dwc:scientificName 'Perigonimus pusillus (Wright, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/420536'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420546> ;
  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%2F420546>
  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%2F420546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420546" ;
  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.41129'^^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: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 '284914'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420547> ;
  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%2F420547>
  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%2F420547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420547" ;
  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.41125'^^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: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 '284914'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420599> ;
  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%2F420599>
  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%2F420599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420599" ;
  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.41034'^^xsd:string;
  dwc:scientificName 'Antenella quadriaurata f. africana Broch, 1914'^^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 'cotype'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420599'^^xsd:anyURI;
  dwc:observationDate '1905-07-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420600> ;
  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%2F420600>
  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%2F420600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420600" ;
  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.41033'^^xsd:string;
  dwc:scientificName 'Antenella quadriaurata f. africana Broch, 1914'^^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 'cotype'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/420600'^^xsd:anyURI;
  dwc:observationDate '1905-07-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -4.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420677" ;
  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.42353'^^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 '-4.366667'^^xsd:double;
  dwc:latitude '56.6'^^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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420677'^^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%2F420678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -4.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420678" ;
  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.42340'^^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 '-4.366667'^^xsd:double;
  dwc:latitude '56.6'^^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/420678'^^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%2F420980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.09 -65.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.09"^^xsd:decimal ;
  dwc:decimalLongitude "-65.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%2F420980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.09 -65.02)"^^geo:wktLiteral ;
  geo-pos:lat "7.09"^^xsd:decimal ;
  geo-pos:long "-65.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F420980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/420980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39435'^^xsd:string;
  dwc:scientificName 'Halocordyle disticha (Goldfuss, 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 '10635'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Río Puerto Cabello'^^xsd:string;
  dwc:country 'Venezuela'^^xsd:string;
  dwc:longitude '-65.02'^^xsd:double;
  dwc:latitude '7.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:10635'^^xsd:anyURI;
  dwc:aphiaid '220570'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/420980'^^xsd:anyURI;
  dwc:observationDate '1935-11-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%2F421040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421040> ;
  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%2F421040>
  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%2F421040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41629'^^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 '1963'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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 '117804'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421040'^^xsd:anyURI;
  dwc:observationDate '1963-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117804'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.55"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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%2F421149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  geo-pos:lat "-54.55"^^xsd:decimal ;
  geo-pos:long "-67.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421149" ;
  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.42427'^^xsd:string;
  dwc:scientificName 'Sertularella allmani 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:yearCollected '1892'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.29'^^xsd:double;
  dwc:latitude '-54.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 '843084'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421149'^^xsd:anyURI;
  dwc:observationDate '1892-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '843084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421213> ;
  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%2F421213>
  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%2F421213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421213" ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41418'^^xsd:string;
  dwc:scientificName 'Oswaldaria crassicaulis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  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:occurrenceId 'http://collections.naturalsciences.be/specimen/421213'^^xsd:anyURI;
  dwc:observationDate '1905-09-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421467> ;
  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%2F421467>
  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%2F421467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421467" ;
  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.41367'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421467'^^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%2F421468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421468> ;
  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%2F421468>
  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%2F421468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421468" ;
  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.41368'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421468'^^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%2F421506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421506> ;
  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%2F421506>
  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%2F421506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421506" ;
  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.41711'^^xsd:string;
  dwc:scientificName 'Nemertesia intermedia (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 '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 '285189'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421507> ;
  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%2F421507>
  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%2F421507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421507" ;
  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.41712'^^xsd:string;
  dwc:scientificName 'Nemertesia intermedia (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 '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 '285189'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421762> ;
  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%2F421762>
  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%2F421762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421762" ;
  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.42040'^^xsd:string;
  dwc:scientificName 'Diphasia alata (Hincks, 1868)'^^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/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 '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421762'^^xsd:anyURI;
  dwc:observationDate '1888-08-14'^^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%2F421800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421800> ;
  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%2F421800>
  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%2F421800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421800" ;
  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.40894'^^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/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 '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421800'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^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%2F421801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F421801> ;
  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%2F421801>
  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%2F421801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/421801" ;
  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.40903'^^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/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 '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/421801'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^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%2F422082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422082> ;
  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%2F422082>
  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%2F422082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43041'^^xsd:string;
  dwc:scientificName 'Synthecium dentigerum 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 '1966'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285921'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422082'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285921'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31 42.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31"^^xsd:decimal ;
  dwc:decimalLongitude "42.516667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422258" ;
  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.43234'^^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 '42.516667'^^xsd:double;
  dwc:latitude '31'^^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/422258'^^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%2F422259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31 42.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31"^^xsd:decimal ;
  dwc:decimalLongitude "42.516667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422259" ;
  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.43205'^^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 '42.516667'^^xsd:double;
  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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422259'^^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%2F422297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422297> ;
  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%2F422297>
  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%2F422297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422297" ;
  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.41264'^^xsd:string;
  dwc:scientificName 'Hebella calcarata (Agassiz, 1865)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422297'^^xsd:anyURI;
  dwc:observationDate '1935-11-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%2F422416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41508'^^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: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 '285050'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422416'^^xsd:anyURI;
  dwc:observationDate '1980-02-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%2F422574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422574> ;
  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%2F422574>
  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%2F422574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422574" ;
  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/12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42354\\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 '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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422574'^^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%2F422575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422575> ;
  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%2F422575>
  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%2F422575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422575" ;
  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/12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42341\\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 '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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422575'^^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%2F422790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422790> ;
  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%2F422790>
  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%2F422790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422790" ;
  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.38448'^^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/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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422790'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^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%2F422876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422876> ;
  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%2F422876>
  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%2F422876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422876" ;
  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.41185'^^xsd:string;
  dwc:scientificName 'Acryptolaria crassicaulis (Allman, 1888)'^^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 '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:aphiaid '117680'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422876'^^xsd:anyURI;
  dwc:observationDate '1911-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '117680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39765'^^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: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 '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423228'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423230> ;
  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%2F423230>
  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%2F423230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423230" ;
  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,INV.41210,INV.41230,INV.41231'^^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 '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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423230'^^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%2F423231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423231> ;
  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%2F423231>
  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%2F423231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423231" ;
  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,INV.41210,INV.41211,INV.41230'^^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 '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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423231'^^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%2F423277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423277> ;
  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%2F423277>
  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%2F423277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38186'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423277'^^xsd:anyURI;
  dwc:observationDate '1961-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%2F423406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423406> ;
  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%2F423406>
  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%2F423406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423406" ;
  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.41374'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima Alder, 1856'^^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 '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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423406'^^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%2F423489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.877778 123.169445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.877778"^^xsd:decimal ;
  dwc:decimalLongitude "123.169445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423489" ;
  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/st299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40040'^^xsd:string;
  dwc:scientificName 'Aglaophenia delicatula (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/st299'^^xsd:string;
  dwc:yearCollected '1900'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '123.169445'^^xsd:double;
  dwc:latitude '-10.877778'^^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 '835739'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423489'^^xsd:anyURI;
  dwc:observationDate '1900-01-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%2F423490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.877778 123.169445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.877778"^^xsd:decimal ;
  dwc:decimalLongitude "123.169445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423490" ;
  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/st299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40041'^^xsd:string;
  dwc:scientificName 'Aglaophenia delicatula (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/st299'^^xsd:string;
  dwc:yearCollected '1900'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '123.169445'^^xsd:double;
  dwc:latitude '-10.877778'^^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 '835739'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423490'^^xsd:anyURI;
  dwc:observationDate '1900-01-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%2F423544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.366667 -70.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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%2F423544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.366667 -70.95)"^^geo:wktLiteral ;
  geo-pos:lat "-53.366667"^^xsd:decimal ;
  geo-pos:long "-70.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423544" ;
  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/stM114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42951'^^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/stM114'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.95'^^xsd:double;
  dwc:latitude '-53.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:24911'^^xsd:anyURI;
  dwc:aphiaid '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423544'^^xsd:anyURI;
  dwc:observationDate '1949-05-02'^^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%2F423545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.366667 -70.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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%2F423545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.366667 -70.95)"^^geo:wktLiteral ;
  geo-pos:lat "-53.366667"^^xsd:decimal ;
  geo-pos:long "-70.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423545" ;
  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/stM114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42949'^^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/stM114'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.95'^^xsd:double;
  dwc:latitude '-53.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:24911'^^xsd:anyURI;
  dwc:aphiaid '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423545'^^xsd:anyURI;
  dwc:observationDate '1949-05-02'^^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%2F423613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423613> ;
  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%2F423613>
  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%2F423613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423613" ;
  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.40232'^^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 '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:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423613'^^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%2F423614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423614> ;
  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%2F423614>
  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%2F423614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423614" ;
  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.40204'^^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 '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:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423614'^^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%2F423683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423683> ;
  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%2F423683>
  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%2F423683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423683" ;
  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.42692'^^xsd:string;
  dwc:scientificName 'Sertularella tenella (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/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 '117909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423683'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^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%2F424067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424067> ;
  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%2F424067>
  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%2F424067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424067" ;
  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.42475'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424067'^^xsd:anyURI;
  dwc:observationDate '1901-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%2F424068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424068> ;
  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%2F424068>
  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%2F424068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424068" ;
  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.42500'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424068'^^xsd:anyURI;
  dwc:observationDate '1901-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%2F424259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424259> ;
  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%2F424259>
  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%2F424259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424259" ;
  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.43532'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424259'^^xsd:anyURI;
  dwc:observationDate '1933-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%2F424266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39262'^^xsd:string;
  dwc:scientificName 'Euphysa aurata 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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117561'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424266'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38169'^^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 '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 '718760'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424421'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424493> ;
  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%2F424493>
  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%2F424493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424493" ;
  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.42597'^^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/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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424493'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^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%2F424767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424767" ;
  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.42346'^^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 '1903'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-63'^^xsd:integer;
  dwc:latitude '49.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:22225'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424767'^^xsd:anyURI;
  dwc:observationDate '1903-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%2F424800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.966667 11.341666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.966667"^^xsd:decimal ;
  dwc:decimalLongitude "11.341666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424800" ;
  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/st024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44026'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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/st024'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.341666'^^xsd:double;
  dwc:latitude '-4.966667'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424800'^^xsd:anyURI;
  dwc:observationDate '1948-09-04'^^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%2F425001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425001> ;
  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%2F425001>
  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%2F425001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425001" ;
  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.42463'^^xsd:string;
  dwc:scientificName 'Sertularella 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: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/425001'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425002> ;
  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%2F425002>
  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%2F425002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425002" ;
  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.42462'^^xsd:string;
  dwc:scientificName 'Sertularella 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: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/425002'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425036> ;
  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%2F425036>
  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%2F425036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425036" ;
  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 '2011-11-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41261'^^xsd:string;
  dwc:scientificName 'Hebella calcarata (Agassiz, 1865)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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:aphiaid '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/425036'^^xsd:anyURI;
  dwc:observationDate '1935-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '345878'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425075> ;
  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%2F425075>
  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%2F425075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425075" ;
  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'^^xsd:string;
  dwc:scientificName 'Hebella striata Allman, 1888'^^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 '231564'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/425075'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '231564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425260> ;
  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%2F425260>
  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%2F425260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425260" ;
  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.42476'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/425260'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^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%2F425261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425261> ;
  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%2F425261>
  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%2F425261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425261" ;
  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.42499'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/425261'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^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%2F425653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425653> ;
  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%2F425653>
  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%2F425653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425653" ;
  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.38702'^^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 '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 '117796'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/425653'^^xsd:anyURI;
  dwc:observationDate '1930-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%2F425818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F425818> ;
  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%2F425818>
  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%2F425818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/425818" ;
  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.44130'^^xsd:string;
  dwc:scientificName 'Geryonia proboscidalis (Forskäl, 1775)'^^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 '117567'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/425818'^^xsd:anyURI;
  dwc:observationDate '1930-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%2F426075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.040555 -41.754167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.040555"^^xsd:decimal ;
  dwc:decimalLongitude "-41.754167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426075" ;
  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/st146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43525'^^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/st146'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-41.754167'^^xsd:double;
  dwc:latitude '42.040555'^^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/426075'^^xsd:anyURI;
  dwc:observationDate '1887-07-27'^^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%2F426134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426134> ;
  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%2F426134>
  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%2F426134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39045'^^xsd:string;
  dwc:scientificName 'Coryne muscoides (Linnaeus, 1761)'^^xsd: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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117469'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426134'^^xsd:anyURI;
  dwc:observationDate '1960-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.31 8.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.31"^^xsd:decimal ;
  dwc:decimalLongitude "8.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%2F426153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.31 8.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.31"^^xsd:decimal ;
  geo-pos:long "8.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426153" ;
  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.39850'^^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 '8.08'^^xsd:double;
  dwc:latitude '53.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426153'^^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%2F426387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426387> ;
  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%2F426387>
  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%2F426387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39372,INV.39373,INV.39374,INV.39375,INV.39387,INV.39410,INV.39411'^^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 '1973'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426387'^^xsd:anyURI;
  dwc:observationDate '1973-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%2F426388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426388> ;
  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%2F426388>
  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%2F426388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39372,INV.39374,INV.39375,INV.39386,INV.39387,INV.39410,INV.39411'^^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 '1973'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426388'^^xsd:anyURI;
  dwc:observationDate '1973-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%2F426438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426438> ;
  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%2F426438>
  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%2F426438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426438" ;
  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.40116'^^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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426438'^^xsd:anyURI;
  dwc:observationDate '1936-03-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%2F426554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426554> ;
  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%2F426554>
  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%2F426554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426554" ;
  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\\2'^^xsd:string;
  dwc:scientificName 'Idiella 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: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:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426554'^^xsd:anyURI;
  dwc:observationDate '1931-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426555> ;
  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%2F426555>
  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%2F426555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426555" ;
  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.42378'^^xsd:string;
  dwc:scientificName 'Idiella 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: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:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426555'^^xsd:anyURI;
  dwc:observationDate '1931-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426643> ;
  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%2F426643>
  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%2F426643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426643" ;
  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'^^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 '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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426643'^^xsd:anyURI;
  dwc:observationDate '1936-12-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%2F426644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426644> ;
  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%2F426644>
  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%2F426644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426644" ;
  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.42371'^^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 '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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426644'^^xsd:anyURI;
  dwc:observationDate '1936-12-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%2F426777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.266667 12.283333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.266667"^^xsd:decimal ;
  dwc:decimalLongitude "12.283333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426777" ;
  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/st033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44316'^^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/st033'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.283333'^^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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426777'^^xsd:anyURI;
  dwc:observationDate '1948-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%2F426802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40739'^^xsd:string;
  dwc:scientificName 'Eucheilota tropica 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 '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 '221218'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426802'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426882> ;
  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%2F426882>
  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%2F426882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426882" ;
  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.41400'^^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/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:occurrenceId 'http://collections.naturalsciences.be/specimen/426882'^^xsd:anyURI;
  dwc:observationDate '1903-09-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426906> ;
  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%2F426906>
  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%2F426906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39952,INV.39953,INV.39954,INV.39955'^^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: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 '117268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426906'^^xsd:anyURI;
  dwc:observationDate '1959-07-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%2F426907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426907> ;
  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%2F426907>
  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%2F426907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39951,INV.39952,INV.39953,INV.39955'^^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: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 '117268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426907'^^xsd:anyURI;
  dwc:observationDate '1959-07-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%2F426928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426928> ;
  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%2F426928>
  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%2F426928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39231,INV.39232,INV.39233,INV.39234,INV.39235'^^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: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/426928'^^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%2F426929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426929> ;
  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%2F426929>
  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%2F426929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39231,INV.39233,INV.39234,INV.39235,INV.39236'^^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: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/426929'^^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%2F426972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38674'^^xsd:string;
  dwc:scientificName 'Merga violacea (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 '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 '221197'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426972'^^xsd:anyURI;
  dwc:observationDate '1976-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '221197'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427032> ;
  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%2F427032>
  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%2F427032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427032" ;
  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 '2011-11-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43214'^^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 '10910/st013'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^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:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427032'^^xsd:anyURI;
  dwc:observationDate '1935-10-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%2F427057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427057> ;
  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%2F427057>
  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%2F427057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427057" ;
  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.38377'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare 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/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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427057'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^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%2F427058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427058> ;
  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%2F427058>
  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%2F427058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427058" ;
  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.43184\\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 '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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427058'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^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%2F427098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427098> ;
  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%2F427098>
  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%2F427098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427098" ;
  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.41696'^^xsd:string;
  dwc:scientificName 'Nemertesia bellini Bedot, 1916'^^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/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 '285171'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427098'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '285171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.47 78.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.47"^^xsd:decimal ;
  dwc:decimalLongitude "78.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 "58489.91091040749"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427202" ;
  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.42189'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^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 '1926'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '78.08'^^xsd:double;
  dwc:latitude '8.47'^^xsd:double;
  dwc:coordinatePrecision '58489.910910407'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427202'^^xsd:anyURI;
  dwc:observationDate '1926-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%2F427203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.47 78.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.47"^^xsd:decimal ;
  dwc:decimalLongitude "78.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 "58489.91091040749"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427203" ;
  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.42190'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^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 '1926'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '78.08'^^xsd:double;
  dwc:latitude '8.47'^^xsd:double;
  dwc:coordinatePrecision '58489.910910407'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427203'^^xsd:anyURI;
  dwc:observationDate '1926-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%2F427209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -52.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.34"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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%2F427209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -52.38)"^^geo:wktLiteral ;
  geo-pos:lat "47.34"^^xsd:decimal ;
  geo-pos:long "-52.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427209" ;
  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/4,INV.39022'^^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.38'^^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/427209'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427211> ;
  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%2F427211>
  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%2F427211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427211" ;
  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.43289'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427211'^^xsd:anyURI;
  dwc:observationDate '1930-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427212> ;
  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%2F427212>
  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%2F427212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427212" ;
  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.43266'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/427212'^^xsd:anyURI;
  dwc:observationDate '1930-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427405> ;
  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%2F427405>
  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%2F427405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427405" ;
  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.43241'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427405'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F427538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F427538> ;
  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%2F427538>
  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%2F427538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/427538" ;
  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.40203'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/427538'^^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%2F428042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428042> ;
  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%2F428042>
  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%2F428042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38528'^^xsd:string;
  dwc:scientificName 'Hydractinia pruvoti (Motz-Kossowska, 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 '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 '151704'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428042'^^xsd:anyURI;
  dwc:observationDate '1958-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '731882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44204'^^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 '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 '221236'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428102'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F428173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38726'^^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 '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 '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428173'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F428220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428220> ;
  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%2F428220>
  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%2F428220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38139'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^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 '117343'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428220'^^xsd:anyURI;
  dwc:observationDate '1957-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428234> ;
  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%2F428234>
  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%2F428234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428234" ;
  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.40827'^^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/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 '284731'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428234'^^xsd:anyURI;
  dwc:observationDate '1948-12-14'^^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%2F428472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44017'^^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 '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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428472'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F428647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39496'^^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 '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 '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428647'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F428687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428687> ;
  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%2F428687>
  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%2F428687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428687" ;
  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.42243'^^xsd:string;
  dwc:scientificName 'Dynamena hexodon (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: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:aphiaid '285440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F428688> ;
  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%2F428688>
  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%2F428688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/428688" ;
  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.42242'^^xsd:string;
  dwc:scientificName 'Dynamena hexodon (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: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:aphiaid '285440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/428688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429067> ;
  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%2F429067>
  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%2F429067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429067" ;
  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.42124'^^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 '10262'^^xsd:integer;
  dwc:collector 'Leloup Eugène'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429067'^^xsd:anyURI;
  dwc:observationDate '1929-09-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%2F429085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429085> ;
  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%2F429085>
  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%2F429085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429085" ;
  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.40820'^^xsd:string;
  dwc:scientificName 'Halecium flexile 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/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 '292298'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429085'^^xsd:anyURI;
  dwc:observationDate '1903-09-04'^^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%2F429095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429095> ;
  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%2F429095>
  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%2F429095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43900'^^xsd:string;
  dwc:scientificName 'Gonionemus vertens 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 '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 '117768'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429095'^^xsd:anyURI;
  dwc:observationDate '1951-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '117768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41634,INV.41635'^^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 '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 '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429096'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F429097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41634,INV.41636'^^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 '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 '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429097'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F429258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429258> ;
  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%2F429258>
  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%2F429258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429258" ;
  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.42054'^^xsd:string;
  dwc:scientificName 'Diphasia digitalis (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 '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 '220585'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429258'^^xsd:anyURI;
  dwc:observationDate '1935-11-09'^^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%2F429272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429272> ;
  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%2F429272>
  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%2F429272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429272" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Campanularia groenlandica Levinsen, 1893'^^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 '157919'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429272'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '157919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429273> ;
  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%2F429273>
  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%2F429273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429273" ;
  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.43120'^^xsd:string;
  dwc:scientificName 'Campanularia groenlandica Levinsen, 1893'^^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 '157919'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429273'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '157919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.433333 56.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.433333"^^xsd:decimal ;
  dwc:decimalLongitude "56.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429393" ;
  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/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 '2015-07-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43080'^^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/st115'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Cara See, Ocean Arctique ; Arctic Ocean'^^xsd:string;
  dwc:longitude '56.983333'^^xsd:double;
  dwc:latitude '71.433333'^^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/429393'^^xsd:anyURI;
  dwc:observationDate '1907-08-08'^^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%2F429547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429547> ;
  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%2F429547>
  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%2F429547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429547" ;
  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.41115'^^xsd:string;
  dwc:scientificName 'Monostaechas quadridens (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 '20550'^^xsd:integer;
  dwc:yearCollected '1935'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '117635'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429547'^^xsd:anyURI;
  dwc:observationDate '1935-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '117635'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429692> ;
  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%2F429692>
  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%2F429692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429692" ;
  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.40209'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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: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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429692'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F429704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429704> ;
  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%2F429704>
  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%2F429704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429704" ;
  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.40115,INV.40124'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429704'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^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%2F429705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429705> ;
  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%2F429705>
  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%2F429705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429705" ;
  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.40114,INV.40124'^^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 '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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429705'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^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%2F429778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429778> ;
  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%2F429778>
  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%2F429778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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:dayCollected '12'^^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:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429778'^^xsd:anyURI;
  dwc:observationDate '1966-08-12'^^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%2F429931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429931> ;
  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%2F429931>
  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%2F429931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43921'^^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 '3'^^xsd:integer;
  dwc:dayCollected '4'^^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/429931'^^xsd:anyURI;
  dwc:observationDate '1954-03-04'^^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%2F429960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429960> ;
  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%2F429960>
  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%2F429960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429960" ;
  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.39025,INV.39027,INV.39028,INV.39037,INV.39038'^^xsd:string;
  dwc:scientificName 'Coryne mirabilis Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), 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:occurrenceId 'http://collections.naturalsciences.be/specimen/429960'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429961> ;
  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%2F429961>
  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%2F429961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429961" ;
  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.39025,INV.39026,INV.39027,INV.39028,INV.39038'^^xsd:string;
  dwc:scientificName 'Coryne mirabilis Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), 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:occurrenceId 'http://collections.naturalsciences.be/specimen/429961'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38952'^^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 '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 '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430094'^^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%2F430140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430140> ;
  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%2F430140>
  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%2F430140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430140" ;
  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,INV.41251,INV.41274'^^xsd:string;
  dwc:scientificName 'Hebella brevitheca Leloup, 1938'^^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 'type'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/430140'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430141> ;
  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%2F430141>
  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%2F430141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430141" ;
  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,INV.41250,INV.41251'^^xsd:string;
  dwc:scientificName 'Hebella brevitheca Leloup, 1938'^^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 'type'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/430141'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430145> ;
  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%2F430145>
  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%2F430145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38422'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430145'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F430312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.03 138.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.03"^^xsd:decimal ;
  dwc:decimalLongitude "138.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%2F430312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.03 138.45)"^^geo:wktLiteral ;
  geo-pos:lat "-2.03"^^xsd:decimal ;
  geo-pos:long "138.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39339'^^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 '1967'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '138.45'^^xsd:double;
  dwc:latitude '-2.03'^^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/430312'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F430351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38591'^^xsd:string;
  dwc:scientificName 'Amphinema dinema 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 '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 '117778'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430351'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117778'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430376> ;
  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%2F430376>
  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%2F430376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43019'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287749'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430376'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F430714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41512'^^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 '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 '285050'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430714'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285043'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39752'^^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 '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 '117983'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430730'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F430752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430752> ;
  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%2F430752>
  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%2F430752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430752" ;
  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.41373'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima 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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430752'^^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%2F430753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430753> ;
  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%2F430753>
  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%2F430753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430753" ;
  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'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima 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 '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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430753'^^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%2F430851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430851> ;
  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%2F430851>
  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%2F430851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430851" ;
  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.41610'^^xsd:string;
  dwc:scientificName 'Mitrocoma annae Haeckel, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1901'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6823'^^xsd:anyURI;
  dwc:aphiaid '117753'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430851'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117753'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430897> ;
  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%2F430897>
  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%2F430897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430897" ;
  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.42853'^^xsd:string;
  dwc:scientificName 'Sertularia ligulata Thornely, 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 '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 '285606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285610'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.347222 -73.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.347222"^^xsd:decimal ;
  dwc:decimalLongitude "-73.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F430913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/430913" ;
  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/stM42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42670'^^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 '24911/stM42'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Paso Tenaún'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.366667'^^xsd:double;
  dwc:latitude '-42.347222'^^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 '285553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/430913'^^xsd:anyURI;
  dwc:observationDate '1949-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '1554220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41491'^^xsd:string;
  dwc:scientificName 'Staurodiscus gotoi (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 '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 '285041'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431152'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431167> ;
  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%2F431167>
  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%2F431167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431167" ;
  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.43016'^^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 '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/431167'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431168> ;
  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%2F431168>
  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%2F431168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431168" ;
  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.43013'^^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 '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/431168'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F431324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431324" ;
  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.40216'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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/431324'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^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%2F431325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F431325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431325" ;
  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.40195'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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/431325'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^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%2F431410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431410> ;
  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%2F431410>
  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%2F431410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38127'^^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: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 '221107'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431410'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F431676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41536'^^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: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 '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '289261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431742> ;
  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%2F431742>
  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%2F431742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431742" ;
  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.40052'^^xsd:string;
  dwc:scientificName 'Aglaophenia dichotoma (Sars, 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 '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 '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418889'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431743> ;
  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%2F431743>
  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%2F431743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431743" ;
  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.40050'^^xsd:string;
  dwc:scientificName 'Aglaophenia dichotoma (Sars, 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 '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 '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418889'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431760> ;
  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%2F431760>
  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%2F431760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39563'^^xsd:string;
  dwc:scientificName 'Protohydra leuckarti Greeff, 1869'^^xsd: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: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 '117842'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431760'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431889> ;
  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%2F431889>
  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%2F431889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431889" ;
  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.42293'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431889'^^xsd:anyURI;
  dwc:observationDate '1939-02-20'^^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%2F431890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431890> ;
  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%2F431890>
  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%2F431890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431890" ;
  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.42271'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431890'^^xsd:anyURI;
  dwc:observationDate '1939-02-20'^^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%2F432072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432072> ;
  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%2F432072>
  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%2F432072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/432072" ;
  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.42161'^^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: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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/432072'^^xsd:anyURI;
  dwc:observationDate '1930-05-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%2F432292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/432292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41457'^^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 '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 '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/432292'^^xsd:anyURI;
  dwc:observationDate '1989-02-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%2F432563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/432563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43081'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285083'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/432563'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F432795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432795> ;
  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%2F432795>
  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%2F432795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/432795" ;
  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.40383,INV.40390'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (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 '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 '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/432795'^^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%2F432796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432796> ;
  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%2F432796>
  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%2F432796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/432796" ;
  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 '3,INV.40383'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (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 '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 '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/432796'^^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%2F432881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F432881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/432881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40569'^^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:startYearCollected '1978'^^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 '290660'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/432881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433008> ;
  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%2F433008>
  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%2F433008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40848'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (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 '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 '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433008'^^xsd:anyURI;
  dwc:observationDate '1961-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433055> ;
  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%2F433055>
  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%2F433055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433055" ;
  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.43653'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^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 '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433055'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433209> ;
  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%2F433209>
  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%2F433209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433209" ;
  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.41243'^^xsd:string;
  dwc:scientificName 'Grammaria abietina (Sars, 1851)'^^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 '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433209'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117692'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433238> ;
  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%2F433238>
  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%2F433238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433238" ;
  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.42787'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38950'^^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 '1975'^^xsd:integer;
  dwc:endYearCollected '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 '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433385'^^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%2F433454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43082'^^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: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 '285083'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433454'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F433536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40626'^^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 '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 '284590'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433536'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F433545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38947'^^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:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '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 '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433547> ;
  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%2F433547>
  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%2F433547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433547" ;
  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.42621'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433547'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F433667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433667> ;
  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%2F433667>
  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%2F433667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42182'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433667'^^xsd:anyURI;
  dwc:observationDate '1972-06-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%2F433668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433668> ;
  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%2F433668>
  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%2F433668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433668" ;
  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.41221'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '9'^^xsd:integer;
  dwc:dayCollected '20'^^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 '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433668'^^xsd:anyURI;
  dwc:observationDate '1931-09-20'^^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%2F433765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41462,INV.41464'^^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 '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 '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433765'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F433766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41463,INV.41464'^^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 '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 '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433766'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F433784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433784> ;
  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%2F433784>
  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%2F433784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38552'^^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 '1960'^^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/433784'^^xsd:anyURI;
  dwc:observationDate '1960-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%2F433878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433878> ;
  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%2F433878>
  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%2F433878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433878" ;
  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'^^xsd:string;
  dwc:scientificName 'Campanularia groenlandica Levinsen, 1893'^^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 '157919'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433878'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '157919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433879> ;
  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%2F433879>
  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%2F433879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433879" ;
  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'^^xsd:string;
  dwc:scientificName 'Campanularia groenlandica Levinsen, 1893'^^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 '157919'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433879'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '157919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433954> ;
  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%2F433954>
  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%2F433954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433954" ;
  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.41070,INV.41275\\3'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433954'^^xsd:anyURI;
  dwc:observationDate '1933-10-16'^^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%2F433955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F433955> ;
  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%2F433955>
  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%2F433955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/433955" ;
  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.40916\\1,INV.41070'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/433955'^^xsd:anyURI;
  dwc:observationDate '1933-10-16'^^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%2F434054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434054> ;
  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%2F434054>
  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%2F434054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434054" ;
  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.42153'^^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 '10'^^xsd:integer;
  dwc:dayCollected '10'^^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/434054'^^xsd:anyURI;
  dwc:observationDate '1930-10-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%2F434143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41590'^^xsd:string;
  dwc:scientificName 'Octophialucium medium 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 '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 '221231'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434143'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221231'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434191> ;
  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%2F434191>
  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%2F434191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434191" ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38608'^^xsd:string;
  dwc:scientificName 'Campaniclava cleodorae (Gegenbaur, 1856)'^^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 '9239'^^xsd:integer;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^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 '151683'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434191'^^xsd:anyURI;
  dwc:observationDate '1932-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '117798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434192> ;
  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%2F434192>
  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%2F434192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434192" ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38609'^^xsd:string;
  dwc:scientificName 'Campaniclava cleodorae (Gegenbaur, 1856)'^^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 '9239'^^xsd:integer;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^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 '151683'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434192'^^xsd:anyURI;
  dwc:observationDate '1932-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '117798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434261> ;
  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%2F434261>
  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%2F434261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434261" ;
  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.42937'^^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: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:aphiaid '292384'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434261'^^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%2F434262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434262> ;
  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%2F434262>
  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%2F434262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434262" ;
  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.42928'^^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: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:aphiaid '292384'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434262'^^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%2F434352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38651'^^xsd:string;
  dwc:scientificName 'Leuckartiara hoepplii Hsu, 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 '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 '285133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434352'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38968'^^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:monthCollected '2'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434730'^^xsd:anyURI;
  dwc:observationDate '1987-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '117448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434738> ;
  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%2F434738>
  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%2F434738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434738" ;
  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.41402'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434738'^^xsd:anyURI;
  dwc:observationDate '1895-07-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434739> ;
  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%2F434739>
  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%2F434739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434739" ;
  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.41393'^^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/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:occurrenceId 'http://collections.naturalsciences.be/specimen/434739'^^xsd:anyURI;
  dwc:observationDate '1895-07-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3 31.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.3"^^xsd:decimal ;
  dwc:decimalLongitude "31.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38863'^^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 '1969'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '31.13'^^xsd:double;
  dwc:latitude '-29.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/434742'^^xsd:anyURI;
  dwc:observationDate '1969-08-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%2F434752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434752> ;
  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%2F434752>
  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%2F434752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38818'^^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 '1974'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210734'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434752'^^xsd:anyURI;
  dwc:observationDate '1974-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%2F434879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434879> ;
  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%2F434879>
  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%2F434879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434879" ;
  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.38516'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^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 '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434879'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434880> ;
  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%2F434880>
  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%2F434880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434880" ;
  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.38514'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^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 '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/434880'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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%2F434933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.8)"^^geo:wktLiteral ;
  geo-pos:lat "-70"^^xsd:decimal ;
  geo-pos:long "-80.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F434933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/434933" ;
  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/st923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.40525'^^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/st923'^^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 '-80.8'^^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/434933'^^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%2F435011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.040555 -41.754167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.040555"^^xsd:decimal ;
  dwc:decimalLongitude "-41.754167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435011" ;
  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/st146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40111'^^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/st146'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-41.754167'^^xsd:double;
  dwc:latitude '42.040555'^^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/435011'^^xsd:anyURI;
  dwc:observationDate '1887-07-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%2F435084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435084> ;
  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%2F435084>
  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%2F435084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41154'^^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 '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 '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435084'^^xsd:anyURI;
  dwc:observationDate '1964-05-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%2F435143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435143> ;
  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%2F435143>
  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%2F435143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435143" ;
  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.39432'^^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: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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435143'^^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%2F435206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41452'^^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 '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 '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435206'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F435224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435224> ;
  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%2F435224>
  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%2F435224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39880'^^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 '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 '117998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435224'^^xsd:anyURI;
  dwc:observationDate '1963-06-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%2F435225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435225> ;
  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%2F435225>
  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%2F435225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435225" ;
  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.42975'^^xsd:string;
  dwc:scientificName 'Thuiaria carica Levinsen, 1893'^^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 '117934'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435225'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435549> ;
  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%2F435549>
  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%2F435549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435549" ;
  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.41311'^^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/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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435549'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^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%2F435550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435550> ;
  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%2F435550>
  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%2F435550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435550" ;
  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.41310'^^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/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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435550'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^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%2F435554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435554> ;
  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%2F435554>
  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%2F435554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435554" ;
  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.41226'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^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 '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435554'^^xsd:anyURI;
  dwc:observationDate '1934-04-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%2F435558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39497'^^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 '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 '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435558'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F435676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38724'^^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 '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 '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435676'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F435854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435854> ;
  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%2F435854>
  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%2F435854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435854" ;
  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.40251'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152087'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435854'^^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%2F436158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43382'^^xsd:string;
  dwc:scientificName 'Clytia macrogonia (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 '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 '231669'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436158'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231669'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436203> ;
  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%2F436203>
  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%2F436203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436203" ;
  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.44028'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436203'^^xsd:anyURI;
  dwc:observationDate '1949-06-05'^^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%2F436221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436221> ;
  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%2F436221>
  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%2F436221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436221" ;
  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.40300'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma var. parvula Bale, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1971'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436221'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436222> ;
  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%2F436222>
  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%2F436222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436222" ;
  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.40299'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma var. parvula Bale, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1971'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436222'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436234> ;
  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%2F436234>
  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%2F436234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436234" ;
  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.40233'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436234'^^xsd:anyURI;
  dwc:observationDate '1911-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%2F436235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436235> ;
  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%2F436235>
  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%2F436235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436235" ;
  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.40192'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436235'^^xsd:anyURI;
  dwc:observationDate '1911-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%2F436240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436240> ;
  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%2F436240>
  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%2F436240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436240" ;
  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.43317'^^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/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 '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436240'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F436273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436273> ;
  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%2F436273>
  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%2F436273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436273" ;
  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.41987'^^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: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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436273'^^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%2F436368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436368> ;
  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%2F436368>
  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%2F436368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436368" ;
  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.42571'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285533'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436368'^^xsd:anyURI;
  dwc:observationDate '1930-09-05'^^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%2F436369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436369> ;
  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%2F436369>
  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%2F436369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436369" ;
  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.42568'^^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 '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 '285533'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436369'^^xsd:anyURI;
  dwc:observationDate '1930-09-05'^^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%2F436397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.933333 12.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.933333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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%2F436397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.933333 12.05)"^^geo:wktLiteral ;
  geo-pos:lat "-5.933333"^^xsd:decimal ;
  geo-pos:long "12.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436397" ;
  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/st155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-10-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44322'^^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/st155'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.05'^^xsd:double;
  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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436397'^^xsd:anyURI;
  dwc:observationDate '1949-03-22'^^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%2F436498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436498> ;
  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%2F436498>
  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%2F436498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40879'^^xsd:string;
  dwc:scientificName 'Halecium lankesteri (Bourne, 1890)'^^xsd: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: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 '284743'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436498'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117592'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436559> ;
  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%2F436559>
  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%2F436559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436559" ;
  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.40972'^^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: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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436559'^^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%2F436648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436648> ;
  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%2F436648>
  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%2F436648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436648" ;
  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.41277'^^xsd:string;
  dwc:scientificName 'Hebella sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^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 '117135'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436648'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117135'^^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%2F436706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39905'^^xsd:string;
  dwc:scientificName 'Zanclea gilii 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:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436706'^^xsd:anyURI;
  dwc:observationDate '1981-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '285994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.23 -68.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.23"^^xsd:decimal ;
  dwc:decimalLongitude "-68.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436826" ;
  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.42432'^^xsd:string;
  dwc:scientificName 'Sertularella antarctica (Hartlaub, 1901)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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.25'^^xsd:double;
  dwc:latitude '-52.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 '285479'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.23 -68.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.23"^^xsd:decimal ;
  dwc:decimalLongitude "-68.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436827" ;
  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.42431'^^xsd:string;
  dwc:scientificName 'Sertularella antarctica (Hartlaub, 1901)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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.25'^^xsd:double;
  dwc:latitude '-52.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 '285479'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.49 39.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.49"^^xsd:decimal ;
  dwc:decimalLongitude "39.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436908" ;
  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.40014'^^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.13'^^xsd:double;
  dwc:latitude '-5.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:11365'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436908'^^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%2F436909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.49 39.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.49"^^xsd:decimal ;
  dwc:decimalLongitude "39.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436909" ;
  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.40023'^^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.13'^^xsd:double;
  dwc:latitude '-5.49'^^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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436909'^^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%2F437140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.07 145.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.07"^^xsd:decimal ;
  dwc:decimalLongitude "145.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%2F437140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.07 145.48)"^^geo:wktLiteral ;
  geo-pos:lat "-5.07"^^xsd:decimal ;
  geo-pos:long "145.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39512'^^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 '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '145.48'^^xsd:double;
  dwc:latitude '-5.07'^^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/437140'^^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%2F437282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39629'^^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 '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 '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437282'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F437557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 9.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07"^^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%2F437557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 9.14)"^^geo:wktLiteral ;
  geo-pos:lat "51.07"^^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%2F437557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437557" ;
  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.38209'^^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.14'^^xsd:double;
  dwc:latitude '51.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 '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437557'^^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%2F437706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437706> ;
  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%2F437706>
  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%2F437706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437706" ;
  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.42976'^^xsd:string;
  dwc:scientificName 'Thuiaria cupressina (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 '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 '740851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437721> ;
  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%2F437721>
  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%2F437721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437721" ;
  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.42347'^^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: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/437721'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F437775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437775> ;
  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%2F437775>
  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%2F437775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437775" ;
  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.43466'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^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 '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 '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437775'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F437776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437776> ;
  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%2F437776>
  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%2F437776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437776" ;
  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.43460'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^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 '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 '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437776'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F437870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.8"^^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%2F437870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  geo-pos:lat "23.8"^^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%2F437870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437870" ;
  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/st85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43220\\1'^^xsd:string;
  dwc:scientificName 'Sertularia turbinata (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 '10911/st85'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Bahamas'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '23.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:10911'^^xsd:anyURI;
  dwc:aphiaid '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437870'^^xsd:anyURI;
  dwc:observationDate '1936-03-19'^^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%2F437871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.8"^^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%2F437871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  geo-pos:lat "23.8"^^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%2F437871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437871" ;
  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/st85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42923'^^xsd:string;
  dwc:scientificName 'Sertularia turbinata (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 '10911/st85'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Bahamas'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '23.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:10911'^^xsd:anyURI;
  dwc:aphiaid '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437871'^^xsd:anyURI;
  dwc:observationDate '1936-03-19'^^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%2F437923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437923> ;
  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%2F437923>
  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%2F437923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437923" ;
  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\\3'^^xsd:string;
  dwc:scientificName 'Tubularia solitaria Warren, 1906'^^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 '291318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437923'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '291318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437924> ;
  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%2F437924>
  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%2F437924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437924" ;
  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.39862'^^xsd:string;
  dwc:scientificName 'Tubularia solitaria Warren, 1906'^^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 '291318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437924'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '291318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39990'^^xsd:string;
  dwc:scientificName 'Aequorea krampi 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 '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 '283993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437947'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '283993'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.02 117.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.02"^^xsd:decimal ;
  dwc:decimalLongitude "117.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437978" ;
  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.41177'^^xsd:string;
  dwc:scientificName 'Pycnotheca mirabilis (Allman, 1883)'^^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 '1925'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '117.53'^^xsd:double;
  dwc:latitude '-35.02'^^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 '220596'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437978'^^xsd:anyURI;
  dwc:observationDate '1925-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '220596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437998> ;
  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%2F437998>
  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%2F437998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43393'^^xsd:string;
  dwc:scientificName 'Clytia 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 '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 '117030'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437998'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117030'^^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%2F438415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438415> ;
  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%2F438415>
  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%2F438415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438415" ;
  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.40969'^^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 '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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438415'^^xsd:anyURI;
  dwc:observationDate '1883-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%2F438474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438474> ;
  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%2F438474>
  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%2F438474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438474" ;
  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.42878'^^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 '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 '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438474'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^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%2F438475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438475> ;
  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%2F438475>
  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%2F438475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438475" ;
  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.42866'^^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 '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 '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438475'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^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%2F438517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438517> ;
  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%2F438517>
  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%2F438517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438517" ;
  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.42504'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438517'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F438562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438562> ;
  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%2F438562>
  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%2F438562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39630,INV.39639'^^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.879723'^^xsd:double;
  dwc:latitude '-4.175'^^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 '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438562'^^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%2F438576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438576> ;
  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%2F438576>
  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%2F438576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39169'^^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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438576'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F438881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438881> ;
  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%2F438881>
  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%2F438881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438881" ;
  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.42900,INV.42902'^^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/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 '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438881'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F438882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438882> ;
  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%2F438882>
  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%2F438882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438882" ;
  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.42899,INV.42900'^^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/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 '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438882'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F438884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.19 -10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.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%2F438884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.19 -10.48)"^^geo:wktLiteral ;
  geo-pos:lat "6.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%2F438884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438884" ;
  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.40481'^^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 'Liberia'^^xsd:string;
  dwc:longitude '-10.48'^^xsd:double;
  dwc:latitude '6.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 '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438884'^^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%2F438885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.19 -10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.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%2F438885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.19 -10.48)"^^geo:wktLiteral ;
  geo-pos:lat "6.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%2F438885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438885" ;
  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.40464'^^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 'Liberia'^^xsd:string;
  dwc:longitude '-10.48'^^xsd:double;
  dwc:latitude '6.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 '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438885'^^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%2F438959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38648'^^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 '1980'^^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 '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438959'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221196'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.730556 -73.170834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.730556"^^xsd:decimal ;
  dwc:decimalLongitude "-73.170834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F438999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/438999" ;
  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/stM20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43740'^^xsd:string;
  dwc:scientificName 'Laomedea tottoni Leloup, 1935'^^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/stM20'^^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.170834'^^xsd:double;
  dwc:latitude '-41.730556'^^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 '284400'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/438999'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^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%2F439080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439080> ;
  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%2F439080>
  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%2F439080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43049'^^xsd:string;
  dwc:scientificName 'Synthecium patulum (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 '285931'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439080'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '285931'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.88014 -67.32147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.88014"^^xsd:decimal ;
  dwc:decimalLongitude "-67.32147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439182" ;
  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.1072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.43770'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^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/st.1072'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-67.32147'^^xsd:double;
  dwc:latitude '-54.88014'^^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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439182'^^xsd:anyURI;
  dwc:observationDate '1898-01-02'^^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%2F439214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439214> ;
  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%2F439214>
  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%2F439214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439214" ;
  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.42490'^^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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439214'^^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%2F439215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439215> ;
  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%2F439215>
  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%2F439215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439215" ;
  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.42527'^^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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439215'^^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%2F439337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439337> ;
  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%2F439337>
  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%2F439337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439337" ;
  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.44191'^^xsd:string;
  dwc:scientificName 'Aglaura hemistoma Peron & Lesueur, 1810'^^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 '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439337'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '117851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439373> ;
  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%2F439373>
  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%2F439373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439373" ;
  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.41730'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439373'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F439374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439374> ;
  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%2F439374>
  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%2F439374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439374" ;
  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.41731'^^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 '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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439374'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F439385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439385> ;
  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%2F439385>
  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%2F439385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439385" ;
  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.40142'^^xsd:string;
  dwc:scientificName 'Aglaophenia minuta (Fewkes, 1881)'^^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 '292514'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439385'^^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%2F439436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.48 -16.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.48"^^xsd:decimal ;
  dwc:decimalLongitude "-16.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439436" ;
  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.42419'^^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:yearCollected '1933'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.39'^^xsd:double;
  dwc:latitude '63.48'^^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/439436'^^xsd:anyURI;
  dwc:observationDate '1933-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117930'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.48 -16.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.48"^^xsd:decimal ;
  dwc:decimalLongitude "-16.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439437" ;
  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.42416'^^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:yearCollected '1933'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.39'^^xsd:double;
  dwc:latitude '63.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 '152132'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439437'^^xsd:anyURI;
  dwc:observationDate '1933-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117930'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439576> ;
  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%2F439576>
  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%2F439576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43345'^^xsd:string;
  dwc:scientificName 'Clytia hemisphaerica (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 '1969'^^xsd:integer;
  dwc:monthCollected '8'^^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 '117368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439576'^^xsd:anyURI;
  dwc:observationDate '1969-08-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%2F439585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439585> ;
  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%2F439585>
  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%2F439585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439585" ;
  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.41707'^^xsd:string;
  dwc:scientificName 'Nemertesia incerta Bedot, 1916'^^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 '292358'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439585'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '292358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40741'^^xsd:string;
  dwc:scientificName 'Eucheilota tropica 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:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '221218'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439611'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439682> ;
  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%2F439682>
  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%2F439682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439682" ;
  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\\5,INV.38756,INV.39455'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439682'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^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%2F439683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439683> ;
  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%2F439683>
  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%2F439683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439683" ;
  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\\5,INV.39455,INV.39456'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439683'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^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%2F439724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439724> ;
  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%2F439724>
  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%2F439724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39251'^^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 '1974'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439724'^^xsd:anyURI;
  dwc:observationDate '1974-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%2F439938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439938> ;
  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%2F439938>
  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%2F439938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439938" ;
  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.42358'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439938'^^xsd:anyURI;
  dwc:observationDate '1938-06-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%2F439984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439984> ;
  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%2F439984>
  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%2F439984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439984" ;
  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.42317'^^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 '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 '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439984'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^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%2F439985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439985> ;
  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%2F439985>
  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%2F439985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439985" ;
  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.42311'^^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 '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 '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439985'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^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%2F439999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F439999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/439999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39974'^^xsd:string;
  dwc:scientificName 'Aequorea minima 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: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 '283994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/439999'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '283994'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43823'^^xsd:string;
  dwc:scientificName 'Obelia plana 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 '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 '832345'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440082'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '832345'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.8"^^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%2F440250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  geo-pos:lat "23.8"^^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%2F440250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440250" ;
  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/st85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40117'^^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 '10911/st85'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Bahamas'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '23.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:10911'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440250'^^xsd:anyURI;
  dwc:observationDate '1936-03-19'^^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%2F440401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440401> ;
  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%2F440401>
  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%2F440401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440401" ;
  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.41283'^^xsd:string;
  dwc:scientificName 'Hebella striata 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 '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 '231564'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38754'^^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 '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 '231667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440536'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F440576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38728'^^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: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 '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38607'^^xsd:string;
  dwc:scientificName 'Annatiara affinis (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: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 '117783'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440655'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117783'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40593'^^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 '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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440706'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '221223'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 10.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F440856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 10.47)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "10.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440856" ;
  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.40194'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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:yearCollected '1890'^^xsd:integer;
  dwc:country 'Gabon'^^xsd:string;
  dwc:longitude '10.47'^^xsd:double;
  dwc:latitude '-1.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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440856'^^xsd:anyURI;
  dwc:observationDate '1890-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%2F441018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441018> ;
  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%2F441018>
  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%2F441018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441018" ;
  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.40420'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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 '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/441018'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441019> ;
  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%2F441019>
  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%2F441019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441019" ;
  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.40406'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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 '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/441019'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39904'^^xsd:string;
  dwc:scientificName 'Zanclea gilii 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 '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 '285994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/441384'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285994'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39903'^^xsd:string;
  dwc:scientificName 'Zanclea gilii 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: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 '285994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/441385'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285994'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39684'^^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: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 '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/441539'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F441774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41611'^^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: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 '290514'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/441774'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39524'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/441798'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F441859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41492'^^xsd:string;
  dwc:scientificName 'Staurodiscus nigricans 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 '285044'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/441859'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '285044'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F441930> ;
  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%2F441930>
  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%2F441930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/441930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39536'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/441930'^^xsd:anyURI;
  dwc:observationDate '1974-02-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%2F442086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442086> ;
  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%2F442086>
  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%2F442086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442086" ;
  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.41247,INV.43122\\3'^^xsd:string;
  dwc:scientificName 'Hebella brevitheca Leloup, 1938'^^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 'type'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/442086'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442087> ;
  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%2F442087>
  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%2F442087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442087" ;
  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.41247,INV.41248'^^xsd:string;
  dwc:scientificName 'Hebella brevitheca Leloup, 1938'^^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 'type'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/442087'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41595'^^xsd:string;
  dwc:scientificName 'Melicertum octocstatum (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 '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 '117743'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442357'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117743'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 1.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.41"^^xsd:decimal ;
  dwc:decimalLongitude "1.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%2F442470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 1.51)"^^geo:wktLiteral ;
  geo-pos:lat "48.41"^^xsd:decimal ;
  geo-pos:long "1.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442470" ;
  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.40828'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (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 '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.51'^^xsd:double;
  dwc:latitude '48.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:24717'^^xsd:anyURI;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442470'^^xsd:anyURI;
  dwc:observationDate '1934-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442674> ;
  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%2F442674>
  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%2F442674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442674" ;
  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.44106'^^xsd:string;
  dwc:scientificName 'Solmaris flavescens (Koelliker, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1880'^^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.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:4556'^^xsd:anyURI;
  dwc:aphiaid '117948'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442674'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117948'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442748> ;
  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%2F442748>
  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%2F442748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44214'^^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 '1960'^^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 '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442748'^^xsd:anyURI;
  dwc:observationDate '1960-08-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%2F442800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442800> ;
  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%2F442800>
  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%2F442800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39098'^^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 '1967'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117476'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442800'^^xsd:anyURI;
  dwc:observationDate '1967-06-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%2F442802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442802> ;
  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%2F442802>
  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%2F442802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38435,INV.38436'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (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: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 '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442845> ;
  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%2F442845>
  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%2F442845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39207'^^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:yearCollected '1972'^^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 '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442845'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F442876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442876> ;
  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%2F442876>
  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%2F442876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43777'^^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 '1951'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '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/442876'^^xsd:anyURI;
  dwc:observationDate '1951-06-12'^^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%2F442879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442879> ;
  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%2F442879>
  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%2F442879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442879" ;
  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.40542'^^xsd:string;
  dwc:scientificName 'Cuspidella costata Hincks, 1868'^^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: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 '117404'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442879'^^xsd:anyURI;
  dwc:observationDate '1934-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442954> ;
  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%2F442954>
  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%2F442954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38656'^^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 '9193'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^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:9193'^^xsd:anyURI;
  dwc:aphiaid '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442954'^^xsd:anyURI;
  dwc:observationDate '1929-04-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%2F442986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F442986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/442986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44184'^^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 '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 '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/442986'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F443075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40587'^^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 '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 '221224'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/443075'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F443136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.48 11.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.48"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F443136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.48 11.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.48"^^xsd:decimal ;
  geo-pos:long "11.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40746'^^xsd:string;
  dwc:scientificName 'Diplocyathus caciniformis (Ritchie, 1907)'^^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 '24437'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.51'^^xsd:double;
  dwc:latitude '-4.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:24437'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/443136'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443166> ;
  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%2F443166>
  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%2F443166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443166" ;
  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.41259'^^xsd:string;
  dwc:scientificName 'Hebella calcarata (Agassiz, 1865)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/443166'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^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%2F443179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443179> ;
  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%2F443179>
  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%2F443179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39226'^^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:dayCollected '10'^^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/443179'^^xsd:anyURI;
  dwc:observationDate '1959-08-10'^^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%2F443385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.14 -7.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.14"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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%2F443385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.14 -7.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.14"^^xsd:decimal ;
  geo-pos:long "-7.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443385" ;
  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.40335'^^xsd:string;
  dwc:scientificName 'Halicornaria pennatula (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:longitude '-7.03'^^xsd:double;
  dwc:latitude '44.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:occurrenceId 'http://collections.naturalsciences.be/specimen/443385'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443545> ;
  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%2F443545>
  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%2F443545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443545" ;
  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.40352'^^xsd:string;
  dwc:scientificName 'Lytocarpus grandis (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  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 '842811'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/443545'^^xsd:anyURI;
  dwc:observationDate '1901-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '418892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443655> ;
  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%2F443655>
  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%2F443655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40267'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (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: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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/443655'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443877> ;
  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%2F443877>
  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%2F443877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39875'^^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 '1957'^^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 '117998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/443877'^^xsd:anyURI;
  dwc:observationDate '1957-05-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%2F443901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F443901> ;
  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%2F443901>
  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%2F443901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/443901" ;
  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.39486'^^xsd:string;
  dwc:scientificName 'Pennaria sp.'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5636'^^xsd:anyURI;
  dwc:aphiaid '117190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/443901'^^xsd:anyURI;
  dwc:observationDate '1889-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117190'^^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%2F444065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444065> ;
  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%2F444065>
  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%2F444065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444065" ;
  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.38715'^^xsd:string;
  dwc:scientificName 'Pandea conica (Quoy & Gaimard, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1880'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4556'^^xsd:integer;
  dwc:yearCollected '1821'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4556'^^xsd:anyURI;
  dwc:aphiaid '117798'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444065'^^xsd:anyURI;
  dwc:observationDate '1821-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%2F444086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444086> ;
  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%2F444086>
  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%2F444086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38152'^^xsd:string;
  dwc:scientificName 'Bougainvillia principis (Steenstrup, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '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 '117329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444086'^^xsd:anyURI;
  dwc:observationDate '1968-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117329'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444110> ;
  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%2F444110>
  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%2F444110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40361\\1'^^xsd:string;
  dwc:scientificName 'Hebella furax (Millard, 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 '1966'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284962'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444110'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284962'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444180> ;
  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%2F444180>
  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%2F444180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444180" ;
  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.40922'^^xsd:string;
  dwc:scientificName 'Halecium pusillum (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 '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 '117602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444180'^^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%2F444268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41519'^^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 '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 '221220'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444268'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F444380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.736111 -73.254167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.736111"^^xsd:decimal ;
  dwc:decimalLongitude "-73.254167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444380" ;
  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/stM108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42953'^^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/stM108'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Canal San Antonio'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.254167'^^xsd:double;
  dwc:latitude '-41.736111'^^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/444380'^^xsd:anyURI;
  dwc:observationDate '1949-05-06'^^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%2F444445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444445> ;
  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%2F444445>
  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%2F444445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444445" ;
  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.43327,INV.43328'^^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/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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444445'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F444446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444446> ;
  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%2F444446>
  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%2F444446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444446" ;
  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.40512\\1,INV.43327'^^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/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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444446'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F444447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444447> ;
  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%2F444447>
  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%2F444447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444447" ;
  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\\1,INV.43327'^^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/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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444447'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F444448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444448> ;
  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%2F444448>
  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%2F444448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444448" ;
  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.43325,INV.43327'^^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/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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444448'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F444777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41621'^^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 '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 '285113'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444777'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F444822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.53 18.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.53"^^xsd:decimal ;
  dwc:decimalLongitude "18.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444822" ;
  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.40078'^^xsd:string;
  dwc:scientificName 'Aglaophenia holubi Leloup, 1934'^^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:yearCollected '1894'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.27'^^xsd:double;
  dwc:latitude '-33.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:6173'^^xsd:anyURI;
  dwc:aphiaid '284028'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444822'^^xsd:anyURI;
  dwc:observationDate '1894-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284028'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.53 18.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.53"^^xsd:decimal ;
  dwc:decimalLongitude "18.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444823" ;
  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.40077'^^xsd:string;
  dwc:scientificName 'Aglaophenia holubi Leloup, 1934'^^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:yearCollected '1894'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.27'^^xsd:double;
  dwc:latitude '-33.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:6173'^^xsd:anyURI;
  dwc:aphiaid '284028'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444823'^^xsd:anyURI;
  dwc:observationDate '1894-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284028'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444838> ;
  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%2F444838>
  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%2F444838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444838" ;
  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.42603'^^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 '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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444838'^^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%2F444839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444839> ;
  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%2F444839>
  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%2F444839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444839" ;
  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.42592'^^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 '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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444839'^^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%2F444884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444884> ;
  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%2F444884>
  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%2F444884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "21782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41705'^^xsd:string;
  dwc:scientificName 'Nemertesia cymodocea (Busk, 1851)'^^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 '21782'^^xsd:integer;
  dwc:collector 'Lebrun M.'^^xsd:string;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21782'^^xsd:anyURI;
  dwc:aphiaid '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444884'^^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%2F444998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444998> ;
  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%2F444998>
  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%2F444998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444998" ;
  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.43722'^^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 '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:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444998'^^xsd:anyURI;
  dwc:observationDate '1930-03-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%2F444999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444999> ;
  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%2F444999>
  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%2F444999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444999" ;
  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.43716'^^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 '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:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444999'^^xsd:anyURI;
  dwc:observationDate '1930-03-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%2F445022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F445022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "38.43"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445022" ;
  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.39847'^^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:longitude '-9.08'^^xsd:double;
  dwc:latitude '38.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 '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445022'^^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%2F445110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -2.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.59"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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%2F445110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -2.07)"^^geo:wktLiteral ;
  geo-pos:lat "50.59"^^xsd:decimal ;
  geo-pos:long "-2.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40679'^^xsd:string;
  dwc:scientificName 'Eutonina indicans (Romanes, 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:yearCollected '1975'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-2.07'^^xsd:double;
  dwc:latitude '50.59'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117517'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445110'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117517'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40607'^^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 '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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445390'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F445827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.466667 107.583336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.466667"^^xsd:decimal ;
  dwc:decimalLongitude "107.583336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445827" ;
  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.38178'^^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 '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 '107.583336'^^xsd:double;
  dwc:latitude '16.466667'^^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 '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445827'^^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%2F445837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39662'^^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: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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445837'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445975> ;
  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%2F445975>
  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%2F445975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42781'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445975'^^xsd:anyURI;
  dwc:observationDate '1966-03-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%2F445985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445985> ;
  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%2F445985>
  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%2F445985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445985" ;
  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.42982'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152108'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445985'^^xsd:anyURI;
  dwc:observationDate '1903-09-04'^^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%2F445986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445986> ;
  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%2F445986>
  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%2F445986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445986" ;
  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.42981'^^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 '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 '152108'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445986'^^xsd:anyURI;
  dwc:observationDate '1903-09-04'^^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%2F446095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446095> ;
  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%2F446095>
  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%2F446095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446095" ;
  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.41716'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446095'^^xsd:anyURI;
  dwc:observationDate '1889-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%2F446147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446147> ;
  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%2F446147>
  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%2F446147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446147" ;
  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'^^xsd:string;
  dwc:scientificName 'Campanularia groenlandica Levinsen, 1893'^^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 '157919'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446147'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '157919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.383333 -82.783333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.783333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446379" ;
  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/st575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43038'^^xsd:string;
  dwc:scientificName 'Staurotheca antarctica 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 'type'^^xsd:string;
  dwc:fieldNumber '10131/st575'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '-82.783333'^^xsd:double;
  dwc:latitude '-70.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:10131'^^xsd:anyURI;
  dwc:aphiaid '174591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446379'^^xsd:anyURI;
  dwc:observationDate '1898-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '174591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.733333 35.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.733333"^^xsd:decimal ;
  dwc:decimalLongitude "35.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%2F446389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.733333 35.666667)"^^geo:wktLiteral ;
  geo-pos:lat "42.733333"^^xsd:decimal ;
  geo-pos:long "35.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446389" ;
  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.40088,INV.40119,INV.40122'^^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:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '35.666667'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446389'^^xsd:anyURI;
  dwc:observationDate '1913-09-04'^^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%2F446390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.733333 35.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.733333"^^xsd:decimal ;
  dwc:decimalLongitude "35.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%2F446390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.733333 35.666667)"^^geo:wktLiteral ;
  geo-pos:lat "42.733333"^^xsd:decimal ;
  geo-pos:long "35.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446390" ;
  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.40087,INV.40088,INV.40122'^^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:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '35.666667'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446390'^^xsd:anyURI;
  dwc:observationDate '1913-09-04'^^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%2F446519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39669'^^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 '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446519'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446645" ;
  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.44216'^^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 '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446645'^^xsd:anyURI;
  dwc:observationDate '1975-08-20'^^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%2F446690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446690> ;
  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%2F446690>
  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%2F446690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446690" ;
  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.42266,INV.42301,INV.42302'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446690'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^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%2F446691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446691> ;
  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%2F446691>
  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%2F446691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446691" ;
  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.42266,INV.42270,INV.42302'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446691'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^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%2F446775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446775> ;
  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%2F446775>
  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%2F446775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38646'^^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: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 '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446775'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F446983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446983> ;
  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%2F446983>
  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%2F446983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43910'^^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 '8'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290295'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446983'^^xsd:anyURI;
  dwc:observationDate '1958-08-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%2F446998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38920'^^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: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 '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '289688'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447052> ;
  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%2F447052>
  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%2F447052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447052" ;
  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.38374'^^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/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:occurrenceId 'http://collections.naturalsciences.be/specimen/447052'^^xsd:anyURI;
  dwc:observationDate '1902-07-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447098> ;
  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%2F447098>
  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%2F447098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40880'^^xsd:string;
  dwc:scientificName 'Halecium lankesteri (Bourne, 1890)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Bedot M.'^^xsd:string;
  dwc:yearIdentified '1910'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284743'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447098'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117592'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447375> ;
  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%2F447375>
  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%2F447375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447375" ;
  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.42666'^^xsd:string;
  dwc:scientificName 'Sertularella quadridens (Bale, 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 '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 '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '285548'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447376> ;
  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%2F447376>
  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%2F447376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447376" ;
  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.42663'^^xsd:string;
  dwc:scientificName 'Sertularella quadridens (Bale, 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 '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 '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '285548'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447558> ;
  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%2F447558>
  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%2F447558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447558" ;
  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.40543,INV.40545'^^xsd:string;
  dwc:scientificName 'Cuspidella costata Hincks, 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: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 '117404'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447559> ;
  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%2F447559>
  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%2F447559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447559" ;
  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.40543,INV.40544'^^xsd:string;
  dwc:scientificName 'Cuspidella costata Hincks, 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: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 '117404'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38779'^^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 '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 '285329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447586'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F447717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447717" ;
  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/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.38176'^^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 '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 '221206'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447717'^^xsd:anyURI;
  dwc:observationDate '1976-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '221206'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F447751> ;
  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%2F447751>
  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%2F447751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/447751" ;
  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.40898'^^xsd:string;
  dwc:scientificName 'Halecium muricatum (Ellis & Solander, 1786)'^^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 '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/447751'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F448070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448070> ;
  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%2F448070>
  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%2F448070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448070" ;
  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.38498'^^xsd:string;
  dwc:scientificName 'Hydractinia aggregata Fraser, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9376'^^xsd:integer;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^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 '284837'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448070'^^xsd:anyURI;
  dwc:observationDate '1912-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '284837'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448113> ;
  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%2F448113>
  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%2F448113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38301'^^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 '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 '117440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448113'^^xsd:anyURI;
  dwc:observationDate '1972-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38695'^^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 '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 '285146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448129'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F448167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448167> ;
  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%2F448167>
  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%2F448167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448167" ;
  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.41244'^^xsd:string;
  dwc:scientificName 'Grammaria abietina (Sars, 1851)'^^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 '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 '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448167'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117692'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.23 114.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.23"^^xsd:decimal ;
  dwc:decimalLongitude "114.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%2F448306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.23 114.21)"^^geo:wktLiteral ;
  geo-pos:lat "10.23"^^xsd:decimal ;
  geo-pos:long "114.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448306" ;
  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.40863\\1,INV.40864'^^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: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 'Spratly Islands'^^xsd:string;
  dwc:longitude '114.21'^^xsd:double;
  dwc:latitude '10.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:11329'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40703'^^xsd:string;
  dwc:scientificName 'Helgicirrha medusifera (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: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 '221226'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448405'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '221226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448453> ;
  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%2F448453>
  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%2F448453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448453" ;
  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.40290'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8693'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448453'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448482> ;
  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%2F448482>
  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%2F448482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448482" ;
  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\\2'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448482'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^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%2F448529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448529> ;
  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%2F448529>
  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%2F448529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42103'^^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 '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 '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448529'^^xsd:anyURI;
  dwc:observationDate '1965-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%2F448640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448640> ;
  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%2F448640>
  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%2F448640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448640" ;
  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.43230'^^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 '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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448640'^^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%2F448641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448641> ;
  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%2F448641>
  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%2F448641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448641" ;
  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.43200'^^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 '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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448641'^^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%2F448935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448935> ;
  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%2F448935>
  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%2F448935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448935" ;
  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.40238'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448935'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F448936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448936> ;
  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%2F448936>
  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%2F448936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448936" ;
  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.41367\\1'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448936'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F448937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448937> ;
  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%2F448937>
  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%2F448937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448937" ;
  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.40211'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448937'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F449151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449151> ;
  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%2F449151>
  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%2F449151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38798'^^xsd:string;
  dwc:scientificName 'Thecocodium brieni Bouillon, 1967'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '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 '117843'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449151'^^xsd:anyURI;
  dwc:observationDate '1962-01-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%2F449177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449177> ;
  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%2F449177>
  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%2F449177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449177" ;
  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.41671'^^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 '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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449177'^^xsd:anyURI;
  dwc:observationDate '1938-06-21'^^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%2F449239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449239> ;
  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%2F449239>
  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%2F449239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39359'^^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 '1964'^^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/449239'^^xsd:anyURI;
  dwc:observationDate '1964-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%2F449258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449258> ;
  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%2F449258>
  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%2F449258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449258" ;
  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.40758\\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 '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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/449258'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^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%2F449259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449259> ;
  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%2F449259>
  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%2F449259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449259" ;
  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.41332'^^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 '7'^^xsd:integer;
  dwc:dayCollected '5'^^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/449259'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^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%2F449278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44000'^^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: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 '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117835'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.37 37.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.37"^^xsd:decimal ;
  dwc:decimalLongitude "37.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%2F449422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.37 37.14)"^^geo:wktLiteral ;
  geo-pos:lat "19.37"^^xsd:decimal ;
  geo-pos:long "37.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39634'^^xsd:string;
  dwc:scientificName 'Solanderia minima (Hickson, 1903)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Vervoort W.'^^xsd:string;
  dwc:yearIdentified '1965'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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 'Sudan'^^xsd:string;
  dwc:longitude '37.14'^^xsd:double;
  dwc:latitude '19.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: box; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40722'^^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 '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 '221217'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449535'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F449596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449596> ;
  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%2F449596>
  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%2F449596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449596" ;
  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.43455'^^xsd:string;
  dwc:scientificName 'Laomedea 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: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: plastic container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449596'^^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%2F449655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449655> ;
  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%2F449655>
  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%2F449655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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\\2'^^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 '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 '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449655'^^xsd:anyURI;
  dwc:observationDate '1965-04-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%2F449847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F449847> ;
  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%2F449847>
  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%2F449847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/449847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43812'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/449847'^^xsd:anyURI;
  dwc:observationDate '1957-06-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%2F450053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450053> ;
  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%2F450053>
  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%2F450053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/450053" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii 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/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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/450053'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^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%2F450062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/450062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41588'^^xsd:string;
  dwc:scientificName 'Octophialucium medium 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 '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 '221231'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/450062'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221231'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/450238" ;
  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.39675'^^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:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1977'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/450238'^^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%2F450580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450580> ;
  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%2F450580>
  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%2F450580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/450580" ;
  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.39811'^^xsd:string;
  dwc:scientificName 'Ectopleura dumortieri (Van Beneden, 1844)'^^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 '1932'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^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 '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/450580'^^xsd:anyURI;
  dwc:observationDate '1932-09-11'^^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%2F451081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451081> ;
  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%2F451081>
  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%2F451081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451081" ;
  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.42509'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451081'^^xsd:anyURI;
  dwc:observationDate '1905-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%2F451093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451093> ;
  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%2F451093>
  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%2F451093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451093" ;
  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.40421,INV.40422'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/451093'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451094> ;
  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%2F451094>
  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%2F451094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451094" ;
  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.40402,INV.40421'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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/451094'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451133> ;
  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%2F451133>
  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%2F451133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39828'^^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 '1964'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451133'^^xsd:anyURI;
  dwc:observationDate '1964-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41459'^^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 '24'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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/451149'^^xsd:anyURI;
  dwc:observationDate '1986-08-24'^^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%2F451276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451276> ;
  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%2F451276>
  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%2F451276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451276" ;
  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.39482'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^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:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451276'^^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%2F451504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451504> ;
  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%2F451504>
  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%2F451504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41165'^^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 '1959'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451504'^^xsd:anyURI;
  dwc:observationDate '1959-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%2F451911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.75 1.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451911" ;
  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.42457\\1'^^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 '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'Ghana'^^xsd:string;
  dwc:longitude '1.366667'^^xsd:double;
  dwc:latitude '4.75'^^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 '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451911'^^xsd:anyURI;
  dwc:observationDate '1938-01-21'^^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%2F451912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.75 1.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451912" ;
  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.42030'^^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 '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'Ghana'^^xsd:string;
  dwc:longitude '1.366667'^^xsd:double;
  dwc:latitude '4.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:11553'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451912'^^xsd:anyURI;
  dwc:observationDate '1938-01-21'^^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%2F451913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.75 1.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451913" ;
  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.42450\\1'^^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 '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'Ghana'^^xsd:string;
  dwc:longitude '1.366667'^^xsd:double;
  dwc:latitude '4.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:11553'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451913'^^xsd:anyURI;
  dwc:observationDate '1938-01-21'^^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%2F451924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.133333 -0.083333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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%2F451924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.133333 -0.083333)"^^geo:wktLiteral ;
  geo-pos:lat "60.133333"^^xsd:decimal ;
  geo-pos:long "-0.083333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451924" ;
  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/4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41144'^^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.083333'^^xsd:double;
  dwc:latitude '60.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451924'^^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%2F451925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.133333 -0.083333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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%2F451925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.133333 -0.083333)"^^geo:wktLiteral ;
  geo-pos:lat "60.133333"^^xsd:decimal ;
  geo-pos:long "-0.083333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F451925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/451925" ;
  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/4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41135'^^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.083333'^^xsd:double;
  dwc:latitude '60.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/451925'^^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%2F452234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452234> ;
  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%2F452234>
  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%2F452234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452234" ;
  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.41955'^^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 '-2.083333'^^xsd:double;
  dwc:latitude '56.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452234'^^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%2F452235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452235> ;
  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%2F452235>
  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%2F452235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452235" ;
  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.41917'^^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 '-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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452235'^^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%2F452281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452281> ;
  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%2F452281>
  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%2F452281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452281" ;
  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.43684'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^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 '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452281'^^xsd:anyURI;
  dwc:observationDate '1948-11-20'^^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%2F452282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452282> ;
  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%2F452282>
  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%2F452282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452282" ;
  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.43678'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452282'^^xsd:anyURI;
  dwc:observationDate '1948-11-20'^^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%2F452404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38917'^^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 '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 '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452404'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F452493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452493> ;
  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%2F452493>
  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%2F452493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452493" ;
  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.42624'^^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 '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/452493'^^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%2F452731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452731> ;
  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%2F452731>
  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%2F452731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452731" ;
  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.43056'^^xsd:string;
  dwc:scientificName 'Synthecium robustum Nutting, 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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '285934'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452731'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '285932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3"^^xsd:decimal ;
  dwc:decimalLongitude "121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452762" ;
  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.40016'^^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 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452762'^^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%2F452763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3"^^xsd:decimal ;
  dwc:decimalLongitude "121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452763" ;
  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.40024'^^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 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452763'^^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%2F452836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452836> ;
  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%2F452836>
  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%2F452836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38119'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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:yearCollected '1958'^^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 '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452836'^^xsd:anyURI;
  dwc:observationDate '1958-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F452989> ;
  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%2F452989>
  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%2F452989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/452989" ;
  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.42449'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (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 '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 '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/452989'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^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%2F453123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453123> ;
  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%2F453123>
  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%2F453123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453123" ;
  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.43167'^^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 '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 '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453123'^^xsd:anyURI;
  dwc:observationDate '1939-02-22'^^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%2F453211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39517'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^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 'specimen'^^xsd:string;
  dwc:fieldNumber '10201'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '78'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10201'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453211'^^xsd:anyURI;
  dwc:observationDate '1931-11-20'^^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%2F453259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39924'^^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:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '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 '288111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '288111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43825'^^xsd:string;
  dwc:scientificName 'Obelia 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 '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 '117034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453353'^^xsd:anyURI;
  dwc:observationDate '1976-02-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%2F453721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453721> ;
  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%2F453721>
  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%2F453721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40234'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '8623'^^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.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:8623'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453721'^^xsd:anyURI;
  dwc:observationDate '1901-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%2F453779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453779> ;
  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%2F453779>
  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%2F453779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43996'^^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 '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 '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453779'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F453794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453794> ;
  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%2F453794>
  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%2F453794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42115'^^xsd:string;
  dwc:scientificName 'Diphasia alata (Hincks, 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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1960'^^xsd:integer;
  dwc:endYearCollected '1961'^^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 '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454119> ;
  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%2F454119>
  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%2F454119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39708'^^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 '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 '235735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454119'^^xsd:anyURI;
  dwc:observationDate '1960-08-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%2F454236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6097 122.29732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6097"^^xsd:decimal ;
  dwc:decimalLongitude "122.29732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454236" ;
  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/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.40317'^^xsd:string;
  dwc:scientificName 'Halicornaria gracilicaulis (Jäderholm, 1903)'^^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/st125'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Celebes Sea, Oceans'^^xsd:string;
  dwc:longitude '122.29732'^^xsd:double;
  dwc:latitude '3.6097'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '842761'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454236'^^xsd:anyURI;
  dwc:observationDate '1899-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '990313'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454329> ;
  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%2F454329>
  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%2F454329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454329" ;
  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.43667'^^xsd:string;
  dwc:scientificName 'Laomedea kinkaidi Nutting, 1899'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/454329'^^xsd:anyURI;
  dwc:observationDate '1930-11-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454347> ;
  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%2F454347>
  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%2F454347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454347" ;
  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\\3'^^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'^^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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454347'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F454363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.21"^^xsd:decimal ;
  dwc:decimalLongitude "107.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%2F454363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  geo-pos:lat "10.21"^^xsd:decimal ;
  geo-pos:long "107.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454363" ;
  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.40419'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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 '107.04'^^xsd:double;
  dwc:latitude '10.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:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454363'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.21"^^xsd:decimal ;
  dwc:decimalLongitude "107.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%2F454364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  geo-pos:lat "10.21"^^xsd:decimal ;
  geo-pos:long "107.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454364" ;
  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.40404'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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 '107.04'^^xsd:double;
  dwc:latitude '10.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:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454364'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05058 29.24277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05058"^^xsd:decimal ;
  dwc:decimalLongitude "29.24277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454548" ;
  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/st271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43954'^^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/st271'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.24277'^^xsd:double;
  dwc:latitude '-4.05058'^^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/454548'^^xsd:anyURI;
  dwc:observationDate '1947-05-02'^^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%2F454556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454556> ;
  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%2F454556>
  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%2F454556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42100'^^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 '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 '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454556'^^xsd:anyURI;
  dwc:observationDate '1964-05-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%2F454619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454619> ;
  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%2F454619>
  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%2F454619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454619" ;
  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.43286'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/454619'^^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%2F454620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454620> ;
  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%2F454620>
  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%2F454620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454620" ;
  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.43273'^^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 '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/454620'^^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%2F454656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454656> ;
  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%2F454656>
  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%2F454656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454656" ;
  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.42813'^^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/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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454656'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^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%2F454669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454669> ;
  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%2F454669>
  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%2F454669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38300'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454669'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F454675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454675> ;
  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%2F454675>
  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%2F454675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43917'^^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 '27'^^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/454675'^^xsd:anyURI;
  dwc:observationDate '1957-10-27'^^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%2F454739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454739> ;
  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%2F454739>
  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%2F454739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454739" ;
  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.38412'^^xsd:string;
  dwc:scientificName 'Eudendrium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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/454739'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -2.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.35"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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%2F454749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -2.56)"^^geo:wktLiteral ;
  geo-pos:lat "47.35"^^xsd:decimal ;
  geo-pos:long "-2.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F454749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/454749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38360'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Billard'^^xsd:string;
  dwc:yearIdentified '1920'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:continentOcean 'Auray'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-2.56'^^xsd:double;
  dwc:latitude '47.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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/454749'^^xsd:anyURI;
  dwc:observationDate '1920-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%2F455044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455044> ;
  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%2F455044>
  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%2F455044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42046'^^xsd:string;
  dwc:scientificName 'Diphasia attenuata (Hincks, 1866)'^^xsd: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: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 '117877'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455044'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117877'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455150> ;
  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%2F455150>
  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%2F455150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455150" ;
  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.41212'^^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/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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455150'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F455402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455402> ;
  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%2F455402>
  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%2F455402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38629'^^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: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 '285138'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455402'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285138'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40575'^^xsd:string;
  dwc:scientificName 'Dichotomia cannoides Brooks, 1866'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '289810'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455422'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455500> ;
  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%2F455500>
  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%2F455500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455500" ;
  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.43235'^^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:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '4'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455500'^^xsd:anyURI;
  dwc:observationDate '1930-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%2F455501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455501> ;
  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%2F455501>
  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%2F455501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455501" ;
  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.43206'^^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:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '4'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455501'^^xsd:anyURI;
  dwc:observationDate '1930-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%2F455748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455748> ;
  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%2F455748>
  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%2F455748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44079'^^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 '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 '117503'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455748'^^xsd:anyURI;
  dwc:observationDate '1963-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117503'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455765> ;
  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%2F455765>
  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%2F455765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39058'^^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 '1965'^^xsd:integer;
  dwc:monthCollected '5'^^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/455765'^^xsd:anyURI;
  dwc:observationDate '1965-05-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%2F455796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F455796> ;
  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%2F455796>
  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%2F455796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/455796" ;
  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.40549'^^xsd:string;
  dwc:scientificName 'Egmundella grimaldii Leloup, 1940'^^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 'type'^^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 '117410'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/455796'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43"^^xsd:decimal ;
  dwc:decimalLongitude "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%2F456042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43 4)"^^geo:wktLiteral ;
  geo-pos:lat "47.43"^^xsd:decimal ;
  geo-pos:long "4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40951'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '47.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 '117605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456042'^^xsd:anyURI;
  dwc:observationDate '1964-09-09'^^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%2F456055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40570'^^xsd:string;
  dwc:scientificName 'Dichotomia cannoides Brooks, 1866'^^xsd: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 '289810'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456055'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43083'^^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: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 '285083'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456279'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F456296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456296" ;
  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.39104'^^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 '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '117476'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456296'^^xsd:anyURI;
  dwc:observationDate '1976-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '565165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456380> ;
  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%2F456380>
  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%2F456380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456380" ;
  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.38195'^^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 '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 '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456380'^^xsd:anyURI;
  dwc:observationDate '1933-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456501> ;
  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%2F456501>
  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%2F456501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456501" ;
  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.40759'^^xsd:string;
  dwc:scientificName 'Diplocyathus sibogae Billard, 1929'^^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 '9'^^xsd:integer;
  dwc:dayCollected '8'^^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 '292302'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456501'^^xsd:anyURI;
  dwc:observationDate '1933-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '284797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456502> ;
  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%2F456502>
  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%2F456502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456502" ;
  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.40760'^^xsd:string;
  dwc:scientificName 'Diplocyathus sibogae Billard, 1929'^^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 '9'^^xsd:integer;
  dwc:dayCollected '8'^^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 '292302'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456502'^^xsd:anyURI;
  dwc:observationDate '1933-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '284797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456718> ;
  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%2F456718>
  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%2F456718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40882'^^xsd:string;
  dwc:scientificName 'Halecium mediterraneum 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: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 '117594'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456718'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117594'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39916'^^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 '1978'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '286003'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456912'^^xsd:anyURI;
  dwc:observationDate '1978-12-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%2F457201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39608'^^xsd:string;
  dwc:scientificName 'Solanderia 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 '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 '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457201'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^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%2F457234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.835 -47.858333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.835"^^xsd:decimal ;
  dwc:decimalLongitude "-47.858333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457234" ;
  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/st162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43001'^^xsd:string;
  dwc:scientificName 'Thuiaria thuja (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/st162'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-47.858333'^^xsd:double;
  dwc:latitude '46.835'^^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 '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457234'^^xsd:anyURI;
  dwc:observationDate '1887-08-03'^^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%2F457420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39947'^^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: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 '290269'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457420'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '446269'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38946'^^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 '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 '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457497'^^xsd:anyURI;
  dwc:observationDate '1985-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%2F457537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457537> ;
  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%2F457537>
  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%2F457537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457537" ;
  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.39062'^^xsd:string;
  dwc:scientificName 'Coryne vaginata (Hincks, 1868)'^^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 '292185'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457570> ;
  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%2F457570>
  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%2F457570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43790'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457570'^^xsd:anyURI;
  dwc:observationDate '1959-03-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%2F457727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457727> ;
  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%2F457727>
  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%2F457727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457727" ;
  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.42221'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457727'^^xsd:anyURI;
  dwc:observationDate '1930-06-25'^^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%2F457728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457728> ;
  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%2F457728>
  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%2F457728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457728" ;
  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.42208'^^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 '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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457728'^^xsd:anyURI;
  dwc:observationDate '1930-06-25'^^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%2F457820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40723'^^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 '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/457820'^^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%2F457863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.55 147.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.55"^^xsd:decimal ;
  dwc:decimalLongitude "147.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%2F457863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.55 147.2)"^^geo:wktLiteral ;
  geo-pos:lat "-42.55"^^xsd:decimal ;
  geo-pos:long "147.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457863" ;
  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.41122'^^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 'Australia'^^xsd:string;
  dwc:longitude '147.2'^^xsd:double;
  dwc:latitude '-42.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 '290071'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457863'^^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%2F457957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F457957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/457957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38600'^^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 '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 '117782'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/457957'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F458049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.53325 -55.71488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.53325"^^xsd:decimal ;
  dwc:decimalLongitude "-55.71488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458049" ;
  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.40019'^^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 'Canada'^^xsd:string;
  dwc:longitude '-55.71488'^^xsd:double;
  dwc:latitude '49.53325'^^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/458049'^^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%2F458050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.53325 -55.71488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.53325"^^xsd:decimal ;
  dwc:decimalLongitude "-55.71488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458050" ;
  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.40031'^^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 'Canada'^^xsd:string;
  dwc:longitude '-55.71488'^^xsd:double;
  dwc:latitude '49.53325'^^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/458050'^^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%2F458318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.09428 130.88476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.09428"^^xsd:decimal ;
  dwc:decimalLongitude "130.88476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458318" ;
  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/st162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41873'^^xsd:string;
  dwc:scientificName 'Polyplumaria cornuta (Bale, 1884)'^^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/st162'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '130.88476'^^xsd:double;
  dwc:latitude '-1.09428'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '285314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458318'^^xsd:anyURI;
  dwc:observationDate '1899-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '285314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44186'^^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 '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 '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458393'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F458446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458446> ;
  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%2F458446>
  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%2F458446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458446" ;
  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/12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42354'^^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 '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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458446'^^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%2F458447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458447> ;
  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%2F458447>
  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%2F458447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458447" ;
  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/12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42341'^^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 '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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458447'^^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%2F458449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458449> ;
  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%2F458449>
  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%2F458449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42233'^^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 '1969'^^xsd:integer;
  dwc:monthCollected '8'^^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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458449'^^xsd:anyURI;
  dwc:observationDate '1969-08-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%2F458487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458487> ;
  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%2F458487>
  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%2F458487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458487" ;
  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.40456'^^xsd:string;
  dwc:scientificName 'Thecocarpus flexuosus (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 '220597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458487'^^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%2F458578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458578> ;
  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%2F458578>
  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%2F458578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458578" ;
  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.39216'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458578'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F458642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458642> ;
  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%2F458642>
  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%2F458642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458642" ;
  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.41739'^^xsd:string;
  dwc:scientificName 'Nemertesia tetrasticha (Meneghini, 1845)'^^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: plastic container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13422'^^xsd:anyURI;
  dwc:aphiaid '117816'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458642'^^xsd:anyURI;
  dwc:observationDate '1933-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '117816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38919'^^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 '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 '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458795'^^xsd:anyURI;
  dwc:observationDate '1985-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%2F458814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.46667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.46667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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%2F458814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.46667 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "-5.46667"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458814" ;
  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/st234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43944'^^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/st234'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '-5.46667'^^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/458814'^^xsd:anyURI;
  dwc:observationDate '1947-04-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%2F458828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93333 -1.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.93333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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%2F458828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93333 -1.3)"^^geo:wktLiteral ;
  geo-pos:lat "45.93333"^^xsd:decimal ;
  geo-pos:long "-1.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458828" ;
  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.42759'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-1.3'^^xsd:double;
  dwc:latitude '45.93333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458828'^^xsd:anyURI;
  dwc:observationDate '1934-03-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%2F458853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458853> ;
  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%2F458853>
  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%2F458853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458853" ;
  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.40707'^^xsd:string;
  dwc:scientificName 'Helgicirrha schulzei Hartlaub, 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/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 '862912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458853'^^xsd:anyURI;
  dwc:observationDate '1948-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117522'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458907> ;
  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%2F458907>
  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%2F458907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458907" ;
  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.41660'^^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 '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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458907'^^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%2F458908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458908> ;
  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%2F458908>
  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%2F458908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458908" ;
  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.41689'^^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 '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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458908'^^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%2F459031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38588'^^xsd:string;
  dwc:scientificName 'Amphinema rugosum (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 '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 '117781'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459031'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117781'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459077> ;
  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%2F459077>
  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%2F459077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459077" ;
  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.41955\\1'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459077'^^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%2F459078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459078> ;
  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%2F459078>
  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%2F459078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459078" ;
  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.41917\\1'^^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: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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459078'^^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%2F459079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459079> ;
  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%2F459079>
  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%2F459079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459079" ;
  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\\1'^^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: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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459079'^^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%2F459218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459218> ;
  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%2F459218>
  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%2F459218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459218" ;
  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.42912'^^xsd:string;
  dwc:scientificName 'Sertularia tubuliformis (Marktanner-Turneretscher, 1890)'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459218'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459219> ;
  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%2F459219>
  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%2F459219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459219" ;
  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.42911'^^xsd:string;
  dwc:scientificName 'Sertularia tubuliformis (Marktanner-Turneretscher, 1890)'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/459219'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40563'^^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 '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 '221216'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459227'^^xsd:anyURI;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '221216'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459228> ;
  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%2F459228>
  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%2F459228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459228" ;
  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'^^xsd:string;
  dwc:scientificName 'Thuiaria lonchitis (Ellis & Solander, 1786)'^^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 '152108'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459228'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^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%2F459236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459236> ;
  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%2F459236>
  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%2F459236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44200'^^xsd:string;
  dwc:scientificName 'Colobonema sericeum 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 '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 '117854'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459236'^^xsd:anyURI;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117854'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459250> ;
  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%2F459250>
  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%2F459250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459250" ;
  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.39427'^^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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459250'^^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%2F459331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459331> ;
  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%2F459331>
  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%2F459331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38854'^^xsd:string;
  dwc:scientificName 'Candelabrum phrygium (Fabricius, 1780)'^^xsd: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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459331'^^xsd:anyURI;
  dwc:observationDate '1971-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117420'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459554> ;
  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%2F459554>
  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%2F459554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459554" ;
  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.41313'^^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/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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459554'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^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%2F459633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 -15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28"^^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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459633" ;
  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.43229'^^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: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 '-15.5'^^xsd:double;
  dwc:latitude '28'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459633'^^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%2F459634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 -15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28"^^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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459634" ;
  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.43199'^^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: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 '-15.5'^^xsd:double;
  dwc:latitude '28'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459634'^^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%2F459651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459651> ;
  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%2F459651>
  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%2F459651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459651" ;
  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.42626'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/459651'^^xsd:anyURI;
  dwc:observationDate '1898-08-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459692> ;
  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%2F459692>
  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%2F459692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42860'^^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: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 '285611'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459692'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117918'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459698> ;
  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%2F459698>
  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%2F459698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459698" ;
  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.40225'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459698'^^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%2F459699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459699> ;
  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%2F459699>
  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%2F459699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459699" ;
  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.40189'^^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: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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459699'^^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%2F459720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459720> ;
  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%2F459720>
  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%2F459720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459720" ;
  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.42318'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459720'^^xsd:anyURI;
  dwc:observationDate '1930-12-19'^^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%2F459721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459721> ;
  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%2F459721>
  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%2F459721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459721" ;
  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.42310'^^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 '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 '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459721'^^xsd:anyURI;
  dwc:observationDate '1930-12-19'^^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%2F459806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459806> ;
  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%2F459806>
  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%2F459806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38336,INV.38342,INV.38345'^^xsd:string;
  dwc:scientificName 'Dipurena simulans Bouillon, 1971'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117478'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459806'^^xsd:anyURI;
  dwc:observationDate '1965-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '565149'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459807> ;
  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%2F459807>
  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%2F459807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38342,INV.38345,INV.38558'^^xsd:string;
  dwc:scientificName 'Dipurena simulans Bouillon, 1971'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117478'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459807'^^xsd:anyURI;
  dwc:observationDate '1965-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '565149'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38585,INV.38586'^^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: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 '117766'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/459955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '834713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F459990> ;
  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%2F459990>
  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%2F459990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/459990" ;
  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.41416'^^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/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:occurrenceId 'http://collections.naturalsciences.be/specimen/459990'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.533333 -11.641666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.641666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460032" ;
  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/st2731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43584'^^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/st2731'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Oceans'^^xsd:string;
  dwc:longitude '-11.641666'^^xsd:double;
  dwc:latitude '36.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:12981'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460032'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F460036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460036> ;
  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%2F460036>
  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%2F460036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460036" ;
  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.40633'^^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/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 '117512'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460036'^^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%2F460095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.407337,INV.40737'^^xsd:string;
  dwc:scientificName 'Eucheilota tropica 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 '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 '221218'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460095'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460178> ;
  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%2F460178>
  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%2F460178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460178" ;
  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.40231'^^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: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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460178'^^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%2F460179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460179> ;
  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%2F460179>
  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%2F460179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460179" ;
  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.40206'^^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: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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460179'^^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%2F460216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460216> ;
  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%2F460216>
  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%2F460216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38312'^^xsd:string;
  dwc:scientificName 'Cytaeis massa (Millard, 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 '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 '212517'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460216'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212517'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460318> ;
  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%2F460318>
  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%2F460318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460318" ;
  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.38121'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284248'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460318'^^xsd:anyURI;
  dwc:observationDate '1968-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '284248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460319> ;
  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%2F460319>
  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%2F460319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460319" ;
  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.38120'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284248'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460319'^^xsd:anyURI;
  dwc:observationDate '1968-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '284248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39942'^^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 '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 '117718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460352'^^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%2F460698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460698> ;
  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%2F460698>
  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%2F460698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460698" ;
  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.40416,INV.40430,INV.40431'^^xsd:string;
  dwc:scientificName 'Monoserius pennarius (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 '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '290362'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460699> ;
  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%2F460699>
  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%2F460699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460699" ;
  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.40416,INV.40417,INV.40431'^^xsd:string;
  dwc:scientificName 'Monoserius pennarius (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 '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '290362'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460938> ;
  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%2F460938>
  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%2F460938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39602'^^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 '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 '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460938'^^xsd:anyURI;
  dwc:observationDate '1978-10-19'^^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%2F460990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.040555 -41.754167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.040555"^^xsd:decimal ;
  dwc:decimalLongitude "-41.754167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460990" ;
  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/st146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43183'^^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/st146'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-41.754167'^^xsd:double;
  dwc:latitude '42.040555'^^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/460990'^^xsd:anyURI;
  dwc:observationDate '1887-07-27'^^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%2F460999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460999> ;
  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%2F460999>
  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%2F460999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460999" ;
  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.38018'^^xsd:string;
  dwc:scientificName 'Bimeria nutans (Wright, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  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 '151713'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.25 65.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.25"^^xsd:decimal ;
  dwc:decimalLongitude "65.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%2F461152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.25 65.5)"^^geo:wktLiteral ;
  geo-pos:lat "24.25"^^xsd:decimal ;
  geo-pos:long "65.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461152" ;
  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.42096'^^xsd:string;
  dwc:scientificName 'Diphasia rosacea (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:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '65.5'^^xsd:double;
  dwc:latitude '24.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 '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461152'^^xsd:anyURI;
  dwc:observationDate '1932-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461167> ;
  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%2F461167>
  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%2F461167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43788'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461167'^^xsd:anyURI;
  dwc:observationDate '1958-12-30'^^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%2F461180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461180> ;
  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%2F461180>
  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%2F461180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39822'^^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: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 '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461180'^^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%2F461328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461328> ;
  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%2F461328>
  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%2F461328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461328" ;
  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\\3'^^xsd:string;
  dwc:scientificName 'Halecium flexile 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 '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 '292298'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461328'^^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%2F461367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40610'^^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: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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461367'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '221223'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5 119.118056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.5"^^xsd:decimal ;
  dwc:decimalLongitude "119.118056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461369" ;
  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/st310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42025'^^xsd:string;
  dwc:scientificName 'Hydroida'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9464/st310'^^xsd:string;
  dwc:yearCollected '1900'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Selat Sape'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '119.118056'^^xsd:double;
  dwc:latitude '-8.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:9464'^^xsd:anyURI;
  dwc:aphiaid '19494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461369'^^xsd:anyURI;
  dwc:observationDate '1900-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '19494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44023'^^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: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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38942'^^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 '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 '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461475'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F461521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461521> ;
  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%2F461521>
  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%2F461521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461521" ;
  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.41769\\1'^^xsd:string;
  dwc:scientificName 'Halecium sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117103'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461521'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F461545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43395'^^xsd:string;
  dwc:scientificName 'Clytia 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 '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 '117030'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461545'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117030'^^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%2F461593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.55"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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%2F461593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  geo-pos:lat "-54.55"^^xsd:decimal ;
  geo-pos:long "-67.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461593" ;
  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.42584'^^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 '-67.29'^^xsd:double;
  dwc:latitude '-54.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 '117905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461593'^^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%2F461594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.55"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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%2F461594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  geo-pos:lat "-54.55"^^xsd:decimal ;
  geo-pos:long "-67.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461594" ;
  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.42580'^^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 '-67.29'^^xsd:double;
  dwc:latitude '-54.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 '117905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461594'^^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%2F461710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461710> ;
  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%2F461710>
  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%2F461710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461710" ;
  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.41354'^^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: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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461710'^^xsd:anyURI;
  dwc:observationDate '1938-06-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%2F461735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461735> ;
  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%2F461735>
  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%2F461735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41103'^^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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461735'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '287314'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F461742> ;
  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%2F461742>
  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%2F461742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/461742" ;
  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.38714'^^xsd:string;
  dwc:scientificName 'Pandea conica (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:aphiaid '117798'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/461742'^^xsd:anyURI;
  dwc:observationDate '1930-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%2F462189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462189> ;
  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%2F462189>
  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%2F462189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462189" ;
  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.41232\\1'^^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/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 '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462189'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^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%2F462190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462190> ;
  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%2F462190>
  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%2F462190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462190" ;
  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.42906'^^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/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 '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462190'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^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%2F462295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462295> ;
  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%2F462295>
  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%2F462295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462295" ;
  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'^^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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462295'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F462296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462296> ;
  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%2F462296>
  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%2F462296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462296" ;
  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.40107'^^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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462296'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F462325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462325> ;
  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%2F462325>
  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%2F462325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462325" ;
  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.41181'^^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: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 '117679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462325'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462326> ;
  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%2F462326>
  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%2F462326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462326" ;
  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.41179'^^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: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 '117679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462326'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39171'^^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: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 '292652'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462473'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F462514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462514> ;
  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%2F462514>
  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%2F462514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462514" ;
  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.40162'^^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 '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 '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462514'^^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%2F462515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462515> ;
  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%2F462515>
  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%2F462515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462515" ;
  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.40151'^^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 '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 '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462515'^^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%2F462736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38640'^^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: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 '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462856> ;
  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%2F462856>
  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%2F462856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462856" ;
  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.41943'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462856'^^xsd:anyURI;
  dwc:observationDate '1948-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462937> ;
  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%2F462937>
  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%2F462937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462937" ;
  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,INV.42564'^^xsd:string;
  dwc:scientificName 'Sertularella microtheca Leloup, 1974'^^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 'type'^^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 '285532'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462937'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '285532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462938> ;
  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%2F462938>
  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%2F462938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462938" ;
  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.42562,INV.42563'^^xsd:string;
  dwc:scientificName 'Sertularella microtheca Leloup, 1974'^^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 'type'^^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 '285532'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462938'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '285532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 5.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.25"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F462957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 5.36)"^^geo:wktLiteral ;
  geo-pos:lat "-1.25"^^xsd:decimal ;
  geo-pos:long "5.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F462957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/462957" ;
  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.42914'^^xsd:string;
  dwc:scientificName 'Sertularia tubuliformis (Marktanner-Turneretscher, 1890)'^^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 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.36'^^xsd:double;
  dwc:latitude '-1.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:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/462957'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463035> ;
  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%2F463035>
  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%2F463035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463035" ;
  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.40054'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463035'^^xsd:anyURI;
  dwc:observationDate '1935-10-28'^^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%2F463227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463227> ;
  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%2F463227>
  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%2F463227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38891'^^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 '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 '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463227'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F463279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463279> ;
  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%2F463279>
  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%2F463279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463279" ;
  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.41121'^^xsd:string;
  dwc:scientificName 'Halicornopsis elegans (Lamarck, 1816)'^^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 '11365'^^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 '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:aphiaid '290071'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463279'^^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%2F463404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463404> ;
  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%2F463404>
  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%2F463404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44201'^^xsd:string;
  dwc:scientificName 'Crossota brunnea 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: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 '174743'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 -56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463500" ;
  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/st 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41379'^^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/st 159'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Mer Mourmane'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '-56.6'^^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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463500'^^xsd:anyURI;
  dwc:observationDate '1907-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%2F463501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 -56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463501" ;
  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/st 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41378'^^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/st 159'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Mer Mourmane'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '-56.6'^^xsd:double;
  dwc:latitude '70.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:8719'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463501'^^xsd:anyURI;
  dwc:observationDate '1907-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%2F463534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463534> ;
  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%2F463534>
  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%2F463534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463534" ;
  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.40051'^^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/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 '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463534'^^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%2F463642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463642> ;
  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%2F463642>
  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%2F463642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38071'^^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: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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463642'^^xsd:anyURI;
  dwc:observationDate '1959-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463772> ;
  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%2F463772>
  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%2F463772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44011'^^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 '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 '117263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463772'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F463848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F463848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/463848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39886'^^xsd:string;
  dwc:scientificName 'Zanclea orientalis 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:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '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 '221190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/463848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284805'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/464504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41596'^^xsd:string;
  dwc:scientificName 'Melicertum octocstatum (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: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 '117743'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/464504'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117743'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464508> ;
  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%2F464508>
  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%2F464508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/464508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39365'^^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:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1975'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '2'^^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/464508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464566> ;
  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%2F464566>
  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%2F464566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/464566" ;
  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.40184'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/464566'^^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%2F464700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.166667 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.166667"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/464700" ;
  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/st211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44054'^^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/st211'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '-0.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 '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/464700'^^xsd:anyURI;
  dwc:observationDate '1949-06-02'^^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%2F464768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F464768> ;
  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%2F464768>
  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%2F464768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/464768" ;
  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.41768'^^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'^^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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/464768'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F465104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465104> ;
  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%2F465104>
  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%2F465104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465104" ;
  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.42035'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (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: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 '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465104'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^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%2F465105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465105> ;
  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%2F465105>
  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%2F465105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465105" ;
  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.42031'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (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: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 '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465105'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^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%2F465130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41565'^^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: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 '289264'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465130'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289264'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F465134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "38.43"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465134" ;
  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.41693'^^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:longitude '-9.08'^^xsd:double;
  dwc:latitude '38.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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465134'^^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%2F465483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465483> ;
  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%2F465483>
  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%2F465483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38781'^^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 '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 '285329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465483'^^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%2F465506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39666'^^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 '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465506'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 -84.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.25"^^xsd:decimal ;
  dwc:decimalLongitude "-84.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465791" ;
  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/st802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.38734'^^xsd:string;
  dwc:scientificName 'Perigonimus sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st802'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-84.1'^^xsd:double;
  dwc:latitude '-70.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '151879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465791'^^xsd:anyURI;
  dwc:observationDate '1898-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '117015'^^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%2F465816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43387'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284377'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465816'^^xsd:anyURI;
  dwc:observationDate '1984-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '284377'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F465899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "38.43"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465899" ;
  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.39860,INV.39861'^^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 'Portugal'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '38.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 '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465899'^^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%2F465900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F465900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "38.43"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465900" ;
  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.39839,INV.39860'^^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 'Portugal'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '38.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 '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465900'^^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%2F465937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465937> ;
  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%2F465937>
  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%2F465937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465937" ;
  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.43219,INV.43221'^^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/st91'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465937'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^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%2F465938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F465938> ;
  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%2F465938>
  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%2F465938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/465938" ;
  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.43213,INV.43219'^^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/st91'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/465938'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^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%2F466024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466024> ;
  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%2F466024>
  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%2F466024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466024" ;
  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.42631'^^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/st010'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/466024'^^xsd:anyURI;
  dwc:observationDate '1935-10-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466028> ;
  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%2F466028>
  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%2F466028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466028" ;
  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.42267'^^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 '1939'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466028'^^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%2F466063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466063> ;
  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%2F466063>
  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%2F466063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39186'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117489'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466063'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F466136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466136> ;
  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%2F466136>
  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%2F466136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38512'^^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 '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 '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466136'^^xsd:anyURI;
  dwc:observationDate '1964-07-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%2F466225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466225> ;
  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%2F466225>
  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%2F466225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466225" ;
  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.42062'^^xsd:string;
  dwc:scientificName 'Diphasia fallax (Johnston, 1847)'^^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 '117879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466225'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117879'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466226> ;
  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%2F466226>
  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%2F466226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466226" ;
  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.42061'^^xsd:string;
  dwc:scientificName 'Diphasia fallax (Johnston, 1847)'^^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 '117879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466226'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117879'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466236> ;
  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%2F466236>
  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%2F466236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466236" ;
  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\\3'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466236'^^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%2F466264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466264> ;
  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%2F466264>
  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%2F466264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466264" ;
  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.42215'^^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 '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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466264'^^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%2F466265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466265> ;
  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%2F466265>
  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%2F466265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466265" ;
  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.42199'^^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 '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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466265'^^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%2F466329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466329> ;
  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%2F466329>
  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%2F466329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466329" ;
  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\\1'^^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/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 '290679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466329'^^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%2F466415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466415> ;
  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%2F466415>
  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%2F466415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38681'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd: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 '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466415'^^xsd:anyURI;
  dwc:observationDate '1959-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466422> ;
  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%2F466422>
  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%2F466422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466422" ;
  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.43861'^^xsd:string;
  dwc:scientificName 'Silicularia bilabiata (Coughtrey, 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 '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 '292465'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '225738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41453'^^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 '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 '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466524'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F466537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466537> ;
  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%2F466537>
  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%2F466537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40360'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466537'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466599> ;
  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%2F466599>
  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%2F466599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42617'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (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 '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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466599'^^xsd:anyURI;
  dwc:observationDate '1955-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%2F466665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466665> ;
  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%2F466665>
  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%2F466665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466665" ;
  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.39015'^^xsd:string;
  dwc:scientificName 'Coryne lovenii Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), 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 '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 '835515'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466666> ;
  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%2F466666>
  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%2F466666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466666" ;
  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.39016'^^xsd:string;
  dwc:scientificName 'Coryne lovenii Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), 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 '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 '835515'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466837> ;
  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%2F466837>
  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%2F466837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466837" ;
  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.43489'^^xsd:string;
  dwc:scientificName 'Laomedea coronata (Clark, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/466837'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466838> ;
  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%2F466838>
  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%2F466838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466838" ;
  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.43483'^^xsd:string;
  dwc:scientificName 'Laomedea coronata (Clark, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/466838'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466950> ;
  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%2F466950>
  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%2F466950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38101'^^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 '27'^^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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466950'^^xsd:anyURI;
  dwc:observationDate '1959-06-27'^^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%2F467034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44040\\1'^^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 '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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467034'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F467035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44153'^^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 '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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467035'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F467094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467094> ;
  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%2F467094>
  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%2F467094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467094" ;
  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.43269'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/467094'^^xsd:anyURI;
  dwc:observationDate '1921-02-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467127> ;
  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%2F467127>
  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%2F467127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467127" ;
  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.41699'^^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: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 '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467127'^^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%2F467398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516667 -4.529167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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%2F467398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516667 -4.529167)"^^geo:wktLiteral ;
  geo-pos:lat "46.516667"^^xsd:decimal ;
  geo-pos:long "-4.529167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467398" ;
  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/st85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42082'^^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 '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st85'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-4.529167'^^xsd:double;
  dwc:latitude '46.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:12981'^^xsd:anyURI;
  dwc:aphiaid '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467398'^^xsd:anyURI;
  dwc:observationDate '1887-05-28'^^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%2F467507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.5"^^xsd:decimal ;
  dwc:decimalLongitude "134.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%2F467507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  geo-pos:lat "-9.5"^^xsd:decimal ;
  geo-pos:long "134.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467507" ;
  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.40374'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^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 '24'^^xsd:integer;
  dwc:continentOcean 'Arafura Sea, Oceans'^^xsd:string;
  dwc:longitude '134.5'^^xsd:double;
  dwc:latitude '-9.5'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467507'^^xsd:anyURI;
  dwc:observationDate '1929-03-24'^^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%2F467508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.5"^^xsd:decimal ;
  dwc:decimalLongitude "134.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%2F467508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  geo-pos:lat "-9.5"^^xsd:decimal ;
  geo-pos:long "134.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467508" ;
  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.40373'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^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 '24'^^xsd:integer;
  dwc:continentOcean 'Arafura Sea, Oceans'^^xsd:string;
  dwc:longitude '134.5'^^xsd:double;
  dwc:latitude '-9.5'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467508'^^xsd:anyURI;
  dwc:observationDate '1929-03-24'^^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%2F467602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467602> ;
  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%2F467602>
  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%2F467602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41647'^^xsd:string;
  dwc:scientificName 'Dentitheca bidentata (Jäderholm, 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: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 '289799'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467602'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '289799'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467670> ;
  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%2F467670>
  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%2F467670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39898'^^xsd:string;
  dwc:scientificName 'Zanclea sessilis (Gosse, 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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117999'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467670'^^xsd:anyURI;
  dwc:observationDate '1971-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.65 11.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.65"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F467693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.65 11.416667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.65"^^xsd:decimal ;
  geo-pos:long "11.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467693" ;
  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/st045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40634'^^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/st045'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '11.416667'^^xsd:double;
  dwc:latitude '-5.65'^^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/467693'^^xsd:anyURI;
  dwc:observationDate '1948-10-14'^^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%2F467717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41547'^^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: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 '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467717'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F467737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467737> ;
  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%2F467737>
  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%2F467737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43346'^^xsd:string;
  dwc:scientificName 'Clytia hemisphaerica (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 '1955'^^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 '117368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467737'^^xsd:anyURI;
  dwc:observationDate '1955-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%2F467766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.027778 -27.923611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.027778"^^xsd:decimal ;
  dwc:decimalLongitude "-27.923611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467766" ;
  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/st234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41195'^^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/st234'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-27.923611'^^xsd:double;
  dwc:latitude '39.027778'^^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/467766'^^xsd:anyURI;
  dwc:observationDate '1888-08-19'^^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%2F467990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6625 -15.704167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6625"^^xsd:decimal ;
  dwc:decimalLongitude "-15.704167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467990" ;
  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/st1717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42092'^^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/st1717'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15.704167'^^xsd:double;
  dwc:latitude '29.6625'^^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 '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/467990'^^xsd:anyURI;
  dwc:observationDate '1904-08-02'^^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%2F467991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6625 -15.704167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6625"^^xsd:decimal ;
  dwc:decimalLongitude "-15.704167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F467991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/467991" ;
  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/st1717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42086'^^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/st1717'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15.704167'^^xsd:double;
  dwc:latitude '29.6625'^^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/467991'^^xsd:anyURI;
  dwc:observationDate '1904-08-02'^^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%2F468016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468016> ;
  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%2F468016>
  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%2F468016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468016" ;
  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.44192'^^xsd:string;
  dwc:scientificName 'Aglaura sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117213'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468016'^^xsd:anyURI;
  dwc:observationDate '1948-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117213'^^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%2F468085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468085> ;
  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%2F468085>
  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%2F468085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468085" ;
  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.41231\\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 '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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468085'^^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%2F468086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468086> ;
  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%2F468086>
  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%2F468086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468086" ;
  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.41369'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima 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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468086'^^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%2F468130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39532'^^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: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 '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468130'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F468467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468467> ;
  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%2F468467>
  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%2F468467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468467" ;
  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.42477'^^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/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:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468467'^^xsd:anyURI;
  dwc:observationDate '1897-08-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%2F468468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468468> ;
  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%2F468468>
  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%2F468468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468468" ;
  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.42498'^^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/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:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468468'^^xsd:anyURI;
  dwc:observationDate '1897-08-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%2F468469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468469> ;
  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%2F468469>
  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%2F468469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468469" ;
  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.40310'^^xsd:string;
  dwc:scientificName 'Cladocarpus sigma Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  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:aphiaid '117297'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468469'^^xsd:anyURI;
  dwc:observationDate '1901-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '117297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469091> ;
  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%2F469091>
  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%2F469091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469091" ;
  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.39454'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/469091'^^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%2F469473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.833333 -55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.833333"^^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%2F469473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.833333 -55.5)"^^geo:wktLiteral ;
  geo-pos:lat "21.833333"^^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%2F469473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39566'^^xsd:string;
  dwc:scientificName 'Pseudosolanderia picardi Bouillon & Gravier-Bonnet, 1987'^^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 '1987'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-55.5'^^xsd:double;
  dwc:latitude '21.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:27838'^^xsd:anyURI;
  dwc:aphiaid '290913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/469473'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469673> ;
  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%2F469673>
  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%2F469673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39396'^^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 '9'^^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/469673'^^xsd:anyURI;
  dwc:observationDate '1974-09-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%2F469675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469675> ;
  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%2F469675>
  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%2F469675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469675" ;
  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.38203'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4394'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/469675'^^xsd:anyURI;
  dwc:observationDate '1879-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469741> ;
  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%2F469741>
  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%2F469741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469741" ;
  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.42630'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/469741'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469818> ;
  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%2F469818>
  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%2F469818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39366'^^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 '1974'^^xsd:integer;
  dwc:monthCollected '12'^^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/469818'^^xsd:anyURI;
  dwc:observationDate '1974-12-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%2F469992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469992> ;
  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%2F469992>
  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%2F469992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40361'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 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:yearCollected '1966'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/469992'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470175> ;
  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%2F470175>
  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%2F470175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470175" ;
  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.43368'^^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/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 '117368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470175'^^xsd:anyURI;
  dwc:observationDate '1948-11-20'^^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%2F470176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470176> ;
  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%2F470176>
  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%2F470176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470176" ;
  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.43367'^^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/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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470176'^^xsd:anyURI;
  dwc:observationDate '1948-11-20'^^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%2F470248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470248> ;
  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%2F470248>
  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%2F470248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470248" ;
  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.40001'^^xsd:string;
  dwc:scientificName 'Aglaophenia allmani (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 '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 '284000'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470248'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '418891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470249> ;
  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%2F470249>
  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%2F470249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470249" ;
  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.40000'^^xsd:string;
  dwc:scientificName 'Aglaophenia allmani (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 '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 '284000'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470249'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '418891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.366667 13.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.366667"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F470615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.366667 13.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-11.366667"^^xsd:decimal ;
  geo-pos:long "13.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470615" ;
  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/st082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.40709'^^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/st082'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.633333'^^xsd:double;
  dwc:latitude '-11.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:16808'^^xsd:anyURI;
  dwc:aphiaid '117526'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470615'^^xsd:anyURI;
  dwc:observationDate '1948-12-10'^^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%2F470680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470680> ;
  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%2F470680>
  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%2F470680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470680" ;
  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.42107'^^xsd:string;
  dwc:scientificName 'Diphasia rosacea (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 '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 '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:20550'^^xsd:anyURI;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470789> ;
  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%2F470789>
  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%2F470789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470789" ;
  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.42063'^^xsd:string;
  dwc:scientificName 'Diphasia fallax (Johnston, 1847)'^^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 '117879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470789'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117879'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470846> ;
  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%2F470846>
  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%2F470846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43041\\1'^^xsd:string;
  dwc:scientificName 'Scandia corrugata Fraser, 1938'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '53.1'^^xsd:double;
  dwc:latitude '-6'^^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 '284979'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470846'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284979'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 2.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.08"^^xsd:decimal ;
  dwc:decimalLongitude "2.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%2F470864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 2.44)"^^geo:wktLiteral ;
  geo-pos:lat "51.08"^^xsd:decimal ;
  geo-pos:long "2.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39318'^^xsd:string;
  dwc:scientificName 'Margelopsis haeckeli Hartlaub, 1897'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.44'^^xsd:double;
  dwc:latitude '51.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '578672'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470864'^^xsd:anyURI;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117741'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470886> ;
  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%2F470886>
  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%2F470886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470886" ;
  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.40135'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470886'^^xsd:anyURI;
  dwc:observationDate '1930-12-21'^^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%2F470887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470887> ;
  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%2F470887>
  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%2F470887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470887" ;
  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.40092'^^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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470887'^^xsd:anyURI;
  dwc:observationDate '1930-12-21'^^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%2F470923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470923> ;
  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%2F470923>
  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%2F470923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470923" ;
  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.40207,INV.40240'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470923'^^xsd:anyURI;
  dwc:observationDate '1929-09-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%2F470924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470924> ;
  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%2F470924>
  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%2F470924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470924" ;
  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.40207,INV.40208'^^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 '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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470924'^^xsd:anyURI;
  dwc:observationDate '1929-09-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%2F470970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470970> ;
  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%2F470970>
  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%2F470970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470970" ;
  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.40543\\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: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 '220588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470970'^^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%2F470975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470975> ;
  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%2F470975>
  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%2F470975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470975" ;
  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.41072'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470975'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^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%2F470976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470976> ;
  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%2F470976>
  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%2F470976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470976" ;
  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\\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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470976'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^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%2F470989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.52 -73.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.52"^^xsd:decimal ;
  dwc:decimalLongitude "-73.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%2F470989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.52 -73.26)"^^geo:wktLiteral ;
  geo-pos:lat "-39.52"^^xsd:decimal ;
  geo-pos:long "-73.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470989" ;
  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.41698'^^xsd:string;
  dwc:scientificName 'Nemertesia cymodocea (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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.26'^^xsd:double;
  dwc:latitude '-39.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:11365'^^xsd:anyURI;
  dwc:aphiaid '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470989'^^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%2F470990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.58333 10.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.58333"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F470990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.58333 10.58333)"^^geo:wktLiteral ;
  geo-pos:lat "54.58333"^^xsd:decimal ;
  geo-pos:long "10.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470990" ;
  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.43694'^^xsd:string;
  dwc:scientificName 'Laomedea loveni (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '10.58333'^^xsd:double;
  dwc:latitude '54.58333'^^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 '152128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.58333 10.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.58333"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F470991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.58333 10.58333)"^^geo:wktLiteral ;
  geo-pos:lat "54.58333"^^xsd:decimal ;
  geo-pos:long "10.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F470991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/470991" ;
  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.43693'^^xsd:string;
  dwc:scientificName 'Laomedea loveni (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '10.58333'^^xsd:double;
  dwc:latitude '54.58333'^^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 '152128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/470991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471032> ;
  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%2F471032>
  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%2F471032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471032" ;
  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.42486'^^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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471032'^^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%2F471033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471033> ;
  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%2F471033>
  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%2F471033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471033" ;
  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.42523'^^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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471033'^^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%2F471091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471091> ;
  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%2F471091>
  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%2F471091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471091" ;
  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.40780\\2'^^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: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: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 '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471091'^^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%2F471097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471097> ;
  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%2F471097>
  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%2F471097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471097" ;
  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.42245,INV.42246'^^xsd:string;
  dwc:scientificName 'Dynamena hexodon (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: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 '285440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471098> ;
  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%2F471098>
  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%2F471098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471098" ;
  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.42240,INV.42246'^^xsd:string;
  dwc:scientificName 'Dynamena hexodon (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: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 '285440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471119> ;
  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%2F471119>
  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%2F471119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471119" ;
  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'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471119'^^xsd:anyURI;
  dwc:observationDate '1936-02-19'^^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%2F471147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43993'^^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 '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 '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471147'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F471238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5 -29.029167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5"^^xsd:decimal ;
  dwc:decimalLongitude "-29.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 "3718.1691098184606"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471238" ;
  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/st1334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43645'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis 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/st1334'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-29.029167'^^xsd:double;
  dwc:latitude '39.5'^^xsd:double;
  dwc:coordinatePrecision '3718.1691098185'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471238'^^xsd:anyURI;
  dwc:observationDate '1902-08-13'^^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%2F471449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471449> ;
  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%2F471449>
  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%2F471449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471449" ;
  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.43541'^^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 '-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 '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471449'^^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%2F471559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40654'^^xsd:string;
  dwc:scientificName 'Eutima curva 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 '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 '221227'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471559'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221227'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471786> ;
  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%2F471786>
  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%2F471786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471786" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471786'^^xsd:anyURI;
  dwc:observationDate '1949-05-04'^^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%2F471956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F471956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/471956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38639'^^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 '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 '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/471956'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F472106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41485'^^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 '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 '221211'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472106'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '221211'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472144> ;
  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%2F472144>
  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%2F472144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472144" ;
  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.40986'^^xsd:string;
  dwc:scientificName 'Halecium sp.'^^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 '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 '117103'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117103'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472147> ;
  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%2F472147>
  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%2F472147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472147" ;
  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.41288\\1'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (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 '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472147'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^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%2F472148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472148> ;
  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%2F472148>
  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%2F472148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472148" ;
  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.41287\\1'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (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 '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472148'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^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%2F472149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472149> ;
  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%2F472149>
  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%2F472149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472149" ;
  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.42032'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (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 '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472149'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^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%2F472150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472150> ;
  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%2F472150>
  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%2F472150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472150" ;
  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.42033'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (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 '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472150'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^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%2F472430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472430> ;
  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%2F472430>
  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%2F472430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43050'^^xsd:string;
  dwc:scientificName 'Synthecium patulum (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285931'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472430'^^xsd:anyURI;
  dwc:observationDate '1972-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285931'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472563> ;
  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%2F472563>
  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%2F472563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472563" ;
  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.42162'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472563'^^xsd:anyURI;
  dwc:observationDate '1930-05-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%2F472580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08957 139.06357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08957"^^xsd:decimal ;
  dwc:decimalLongitude "139.06357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40660'^^xsd:string;
  dwc:scientificName 'Eutima japonica Uchida, 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 '1991'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.06357'^^xsd:double;
  dwc:latitude '35.08957'^^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 '284605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472580'^^xsd:anyURI;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472663> ;
  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%2F472663>
  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%2F472663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472663" ;
  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.43323'^^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/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 '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472663'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F472692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40998'^^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: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 '290449'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472692'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290449'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472694> ;
  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%2F472694>
  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%2F472694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40650'^^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 '5'^^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 '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472694'^^xsd:anyURI;
  dwc:observationDate '1971-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%2F472802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472802> ;
  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%2F472802>
  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%2F472802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38187'^^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 '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 '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472802'^^xsd:anyURI;
  dwc:observationDate '1965-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%2F472900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3 92.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3"^^xsd:decimal ;
  dwc:decimalLongitude "92.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%2F472900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3 92.45)"^^geo:wktLiteral ;
  geo-pos:lat "12.3"^^xsd:decimal ;
  geo-pos:long "92.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472900" ;
  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.38032'^^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 '1913'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '92.45'^^xsd:double;
  dwc:latitude '12.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:aphiaid '233892'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472900'^^xsd:anyURI;
  dwc:observationDate '1913-10-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%2F472978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F472978> ;
  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%2F472978>
  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%2F472978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/472978" ;
  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.42943'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus paulensis Stechow, 1923'^^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 '285687'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/472978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473074> ;
  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%2F473074>
  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%2F473074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473074" ;
  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.40769\\2'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473074'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473075> ;
  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%2F473075>
  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%2F473075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473075" ;
  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.41304\\1'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473075'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473076> ;
  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%2F473076>
  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%2F473076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473076" ;
  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.42348\\1'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473076'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473077> ;
  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%2F473077>
  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%2F473077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473077" ;
  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\\2'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473077'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39276,INV.39278'^^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 'Picard'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/473147'^^xsd:anyURI;
  dwc:observationDate '1956-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%2F473273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.8"^^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%2F473273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 -80)"^^geo:wktLiteral ;
  geo-pos:lat "23.8"^^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%2F473273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473273" ;
  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/st85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43220'^^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/st85'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Bahamas'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '23.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:10911'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473273'^^xsd:anyURI;
  dwc:observationDate '1936-03-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%2F473277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473277> ;
  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%2F473277>
  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%2F473277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473277" ;
  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.43566'^^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: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 '152116'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473277'^^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%2F473431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473431> ;
  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%2F473431>
  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%2F473431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473431" ;
  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/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.38481'^^xsd:string;
  dwc:scientificName 'Eudendrium sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117093'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117093'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38624'^^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: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 '447909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473447'^^xsd:anyURI;
  dwc:observationDate '1983-08-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%2F473454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473454> ;
  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%2F473454>
  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%2F473454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473454" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Laomedea sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117033'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473454'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117033'^^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%2F473493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473493> ;
  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%2F473493>
  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%2F473493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473493" ;
  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.41839'^^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 '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 '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473493'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^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%2F473494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473494> ;
  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%2F473494>
  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%2F473494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473494" ;
  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.41825'^^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 '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 '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473494'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^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%2F473541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473541> ;
  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%2F473541>
  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%2F473541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473541" ;
  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.41083'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^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:collector 'Tregouboff T'^^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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473541'^^xsd:anyURI;
  dwc:observationDate '1929-12-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%2F473621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473621> ;
  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%2F473621>
  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%2F473621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473621" ;
  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.39005'^^xsd:string;
  dwc:scientificName 'Coryne eximia (Allman, 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 '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 '151860'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473622> ;
  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%2F473622>
  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%2F473622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473622" ;
  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.39004'^^xsd:string;
  dwc:scientificName 'Coryne eximia (Allman, 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 '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 '151860'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166667 63.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.166667"^^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%2F473658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166667 63.583333)"^^geo:wktLiteral ;
  geo-pos:lat "36.166667"^^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%2F473658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473658" ;
  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.40913'^^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 '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '63.583333'^^xsd:double;
  dwc:latitude '36.166667'^^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/473658'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^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%2F473719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473719> ;
  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%2F473719>
  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%2F473719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473719" ;
  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.40981'^^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 '-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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473719'^^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%2F473720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473720> ;
  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%2F473720>
  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%2F473720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473720" ;
  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.40960'^^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 '-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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473720'^^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%2F473874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473874> ;
  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%2F473874>
  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%2F473874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473874" ;
  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.38870'^^xsd:string;
  dwc:scientificName 'Cladocoryne floccosa Rotch, 1871'^^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 '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473874'^^xsd:anyURI;
  dwc:observationDate '1889-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%2F474060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38319'^^xsd:string;
  dwc:scientificName 'Cytaeis sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1977'^^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 '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117075'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -63.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-63.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%2F474239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -63.3)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "-63.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474239" ;
  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.42323'^^xsd:string;
  dwc:scientificName 'Hydrallmania distans Nutting, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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 'Northumberland Strait'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-63.3'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  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 '285447'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474425> ;
  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%2F474425>
  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%2F474425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41104'^^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:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '7'^^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 '287314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474425'^^xsd:anyURI;
  dwc:observationDate '1966-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '287314'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474464> ;
  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%2F474464>
  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%2F474464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474464" ;
  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.41012'^^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 '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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474464'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F474465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474465> ;
  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%2F474465>
  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%2F474465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474465" ;
  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.41011'^^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 '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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474465'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F474517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39985,INV.39987'^^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:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '117272'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474517'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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%2F474523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 2)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39356'^^xsd:string;
  dwc:scientificName 'Odessia maeotica (Ostroumoff, 1896)'^^xsd: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;Mer Mediteranée'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  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 '117764'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474569> ;
  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%2F474569>
  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%2F474569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474569" ;
  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.40240\\1'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^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 '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474569'^^xsd:anyURI;
  dwc:observationDate '1929-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474570> ;
  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%2F474570>
  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%2F474570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474570" ;
  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.40207\\1'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474570'^^xsd:anyURI;
  dwc:observationDate '1929-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.865278 -41.863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.865278"^^xsd:decimal ;
  dwc:decimalLongitude "-41.863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474622" ;
  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" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41445'^^xsd:string;
  dwc:scientificName 'Zygophylax bathyphila 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 'type'^^xsd:string;
  dwc:fieldNumber '12981'^^xsd:integer;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-41.863889'^^xsd:double;
  dwc:latitude '47.865278'^^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 '117709'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474622'^^xsd:anyURI;
  dwc:observationDate '1910-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474909> ;
  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%2F474909>
  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%2F474909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474909" ;
  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.41272'^^xsd:string;
  dwc:scientificName 'Hebella michaelseni Broch, 1914'^^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 '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 '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 '117697'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475021> ;
  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%2F475021>
  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%2F475021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44164'^^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 '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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475021'^^xsd:anyURI;
  dwc:observationDate '1961-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%2F475037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475037> ;
  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%2F475037>
  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%2F475037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475037" ;
  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'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus vanhoeffeni 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/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 '174555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475037'^^xsd:anyURI;
  dwc:observationDate '1949-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '174555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475196> ;
  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%2F475196>
  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%2F475196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42179'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475196'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F475482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475482> ;
  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%2F475482>
  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%2F475482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38123'^^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 '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '5'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284248'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475482'^^xsd:anyURI;
  dwc:observationDate '1968-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '284248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475509> ;
  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%2F475509>
  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%2F475509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38293'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475509'^^xsd:anyURI;
  dwc:observationDate '1961-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%2F475594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475594> ;
  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%2F475594>
  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%2F475594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475594" ;
  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.43253'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/475594'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38789'^^xsd:string;
  dwc:scientificName 'Hydrichtelloides reticulata 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 '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 '564228'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475716'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '564228'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475745> ;
  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%2F475745>
  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%2F475745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39809'^^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: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 '117993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475835> ;
  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%2F475835>
  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%2F475835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41522'^^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 '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 '221220'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475835'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F475918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F475918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/475918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38982'^^xsd:string;
  dwc:scientificName 'Gotoea similis 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 '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 '744699'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/475918'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '290048'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 67.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "67.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%2F476018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 67.75)"^^geo:wktLiteral ;
  geo-pos:lat "23.95"^^xsd:decimal ;
  geo-pos:long "67.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476018" ;
  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.40920'^^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:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '67.75'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476018'^^xsd:anyURI;
  dwc:observationDate '1935-04-12'^^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%2F476067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476067> ;
  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%2F476067>
  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%2F476067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476067" ;
  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.41049'^^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/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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476067'^^xsd:anyURI;
  dwc:observationDate '1912-08-18'^^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%2F476070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476070> ;
  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%2F476070>
  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%2F476070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476070" ;
  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.42452'^^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 '-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/476070'^^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%2F476083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41640'^^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 '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 '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476083'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F476223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476223> ;
  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%2F476223>
  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%2F476223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38560'^^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 '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 '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476223'^^xsd:anyURI;
  dwc:observationDate '1958-06-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%2F476258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476258> ;
  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%2F476258>
  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%2F476258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40490'^^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 '7'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/476258'^^xsd:anyURI;
  dwc:observationDate '1966-07-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476573> ;
  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%2F476573>
  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%2F476573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476573" ;
  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.42875\\1'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476573'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F476596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58"^^xsd:decimal ;
  dwc:decimalLongitude "4.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%2F476596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.47)"^^geo:wktLiteral ;
  geo-pos:lat "52.58"^^xsd:decimal ;
  geo-pos:long "4.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476596" ;
  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.43852'^^xsd:string;
  dwc:scientificName 'Phialidium hemisphaericum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9754'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.47'^^xsd:double;
  dwc:latitude '52.58'^^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 '152192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476596'^^xsd:anyURI;
  dwc:observationDate '1929-07-27'^^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%2F476722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476722> ;
  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%2F476722>
  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%2F476722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476722" ;
  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.42557'^^xsd:string;
  dwc:scientificName 'Sertularella keiensis Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '285524'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476723> ;
  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%2F476723>
  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%2F476723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476723" ;
  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.42556'^^xsd:string;
  dwc:scientificName 'Sertularella keiensis Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '285524'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40718'^^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 '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 '221217'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476780'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F476980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476980> ;
  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%2F476980>
  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%2F476980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39674'^^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 '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476980'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40556'^^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:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '288715'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '288715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.44 135.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.44"^^xsd:decimal ;
  dwc:decimalLongitude "135.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477027" ;
  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.40243'^^xsd:string;
  dwc:scientificName 'Aglaophenia ramulosa 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 'Australia'^^xsd:string;
  dwc:longitude '135.52'^^xsd:double;
  dwc:latitude '-34.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:11365'^^xsd:anyURI;
  dwc:aphiaid '882133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '882133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.44 135.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.44"^^xsd:decimal ;
  dwc:decimalLongitude "135.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477028" ;
  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.40244'^^xsd:string;
  dwc:scientificName 'Aglaophenia ramulosa 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 'Australia'^^xsd:string;
  dwc:longitude '135.52'^^xsd:double;
  dwc:latitude '-34.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:11365'^^xsd:anyURI;
  dwc:aphiaid '882133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '882133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477100> ;
  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%2F477100>
  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%2F477100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477100" ;
  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.43718'^^xsd:string;
  dwc:scientificName 'Laomedea sargassi Broch, 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 '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 '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477100'^^xsd:anyURI;
  dwc:observationDate '1935-03-05'^^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%2F477115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477115> ;
  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%2F477115>
  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%2F477115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477115" ;
  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.41431'^^xsd:string;
  dwc:scientificName 'Zygophylax cervicornis Nutting, 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 '9'^^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 '292345'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477115'^^xsd:anyURI;
  dwc:observationDate '1935-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '292345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477116> ;
  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%2F477116>
  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%2F477116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477116" ;
  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.41432'^^xsd:string;
  dwc:scientificName 'Zygophylax cervicornis Nutting, 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 '9'^^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:aphiaid '292345'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477116'^^xsd:anyURI;
  dwc:observationDate '1935-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '292345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477153> ;
  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%2F477153>
  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%2F477153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40708'^^xsd:string;
  dwc:scientificName 'Neotima lucullana (Delle Chiaje, 1822)'^^xsd: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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117524'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477153'^^xsd:anyURI;
  dwc:observationDate '1961-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117524'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477168> ;
  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%2F477168>
  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%2F477168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477168" ;
  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.40801'^^xsd:string;
  dwc:scientificName 'Halecium bermudense Congdon, 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: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 '284710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477168'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^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%2F477169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477169> ;
  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%2F477169>
  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%2F477169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477169" ;
  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.40791'^^xsd:string;
  dwc:scientificName 'Halecium bermudense Congdon, 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: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 '284710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477169'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^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%2F477328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.684722 -72.408333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.684722"^^xsd:decimal ;
  dwc:decimalLongitude "-72.408333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477328" ;
  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/stM81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43337'^^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/stM81'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.408333'^^xsd:double;
  dwc:latitude '-41.684722'^^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 '723819'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477328'^^xsd:anyURI;
  dwc:observationDate '1949-03-30'^^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%2F477337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41523'^^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 '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:27838'^^xsd:anyURI;
  dwc:aphiaid '221220'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477337'^^xsd:anyURI;
  dwc:observationDate '1977-04-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%2F477444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477444> ;
  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%2F477444>
  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%2F477444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477444" ;
  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'^^xsd:string;
  dwc:scientificName 'Halecium flexile 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 '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 '292298'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477444'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^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%2F477523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.21 43.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.21"^^xsd:decimal ;
  dwc:decimalLongitude "43.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%2F477523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.21 43.4)"^^geo:wktLiteral ;
  geo-pos:lat "-23.21"^^xsd:decimal ;
  geo-pos:long "43.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39581,INV.39611'^^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 '1965'^^xsd:integer;
  dwc:country 'Madagascar'^^xsd:string;
  dwc:longitude '43.4'^^xsd:double;
  dwc:latitude '-23.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:27838'^^xsd:anyURI;
  dwc:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477523'^^xsd:anyURI;
  dwc:observationDate '1965-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%2F477567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38572'^^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 '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 '220575'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477567'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F477592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477592> ;
  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%2F477592>
  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%2F477592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39255'^^xsd:string;
  dwc:scientificName 'Staurocladia portmanni Brinckmann, 1964'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '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 '117532'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477592'^^xsd:anyURI;
  dwc:observationDate '1963-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117532'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477749> ;
  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%2F477749>
  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%2F477749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "21782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43304\\1'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^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 '21782'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21782'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477749'^^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%2F477768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477768> ;
  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%2F477768>
  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%2F477768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477768" ;
  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.38701'^^xsd:string;
  dwc:scientificName 'Neoturris pileata (Forskal, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1880'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4556'^^xsd:integer;
  dwc:yearCollected '1822'^^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:4556'^^xsd:anyURI;
  dwc:aphiaid '117796'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477768'^^xsd:anyURI;
  dwc:observationDate '1822-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%2F477910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477910> ;
  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%2F477910>
  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%2F477910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477910" ;
  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.41415'^^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/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:occurrenceId 'http://collections.naturalsciences.be/specimen/477910'^^xsd:anyURI;
  dwc:observationDate '1905-07-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38134'^^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 '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 '221104'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477974'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221104'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478091> ;
  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%2F478091>
  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%2F478091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478091" ;
  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.41110'^^xsd:string;
  dwc:scientificName 'Monostaechas quadridens (Mc Crady, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117635'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/478091'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '117635'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478144> ;
  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%2F478144>
  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%2F478144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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: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 '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/478144'^^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%2F478202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478202> ;
  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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478202" ;
  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/st387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.38832'^^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/st387'^^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 '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/478202'^^xsd:anyURI;
  dwc:observationDate '1898-05-27'^^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%2F478500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.776389 -28.284722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.776389"^^xsd:decimal ;
  dwc:decimalLongitude "-28.284722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1018.3747587368999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478500" ;
  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/st616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41421'^^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/st616'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.284722'^^xsd:double;
  dwc:latitude '38.776389'^^xsd:double;
  dwc:coordinatePrecision '1018.3747587369'^^xsd:double;
  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/478500'^^xsd:anyURI;
  dwc:observationDate '1895-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.776389 -28.284722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.776389"^^xsd:decimal ;
  dwc:decimalLongitude "-28.284722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1018.3747587368999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478501" ;
  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/st616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41408'^^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/st616'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.284722'^^xsd:double;
  dwc:latitude '38.776389'^^xsd:double;
  dwc:coordinatePrecision '1018.3747587369'^^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/478501'^^xsd:anyURI;
  dwc:observationDate '1895-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478604> ;
  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%2F478604>
  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%2F478604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478604" ;
  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.43772'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/478604'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838/st14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39354\\1,INV.39355'^^xsd:string;
  dwc:scientificName 'Moerisia pallasi (Derzhavin, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Naumov'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838/st14'^^xsd:string;
  dwc:yearCollected '1914'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Caspian Sea, Oceans'^^xsd:string;
  dwc:longitude '50'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  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 '117763'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/478816'^^xsd:anyURI;
  dwc:observationDate '1914-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '117763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 27.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "27.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%2F478893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 27.56)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "27.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39352'^^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 '1948'^^xsd:integer;
  dwc:country 'Bulgaria'^^xsd:string;
  dwc:longitude '27.56'^^xsd:double;
  dwc:latitude '43.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:27838'^^xsd:anyURI;
  dwc:aphiaid '117761'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/478893'^^xsd:anyURI;
  dwc:observationDate '1948-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117761'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478906> ;
  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%2F478906>
  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%2F478906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478906" ;
  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.38367'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare 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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/478906'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^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%2F478991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31"^^xsd:decimal ;
  dwc:decimalLongitude "29.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%2F478991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "31"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F478991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/478991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41476'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '31'^^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 '117725'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/478991'^^xsd:anyURI;
  dwc:observationDate '1954-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%2F479276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479276> ;
  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%2F479276>
  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%2F479276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479276" ;
  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.42367'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479276'^^xsd:anyURI;
  dwc:observationDate '1905-09-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%2F479288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479288> ;
  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%2F479288>
  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%2F479288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479288" ;
  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.41998,INV.42000'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479288'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^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%2F479289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479289> ;
  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%2F479289>
  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%2F479289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479289" ;
  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.41997,INV.41998'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479289'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^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%2F479290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479290> ;
  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%2F479290>
  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%2F479290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479290" ;
  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.41998,INV.41999'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479290'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^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%2F479479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479479> ;
  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%2F479479>
  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%2F479479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479479" ;
  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.42453'^^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 '-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/479479'^^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%2F479619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479619" ;
  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.38731'^^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 '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:25753'^^xsd:anyURI;
  dwc:aphiaid '221199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479619'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479835> ;
  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%2F479835>
  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%2F479835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38051'^^xsd:string;
  dwc:scientificName 'Bougainvillia macloviana 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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117324'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479835'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117324'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19 10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F479984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19 10.41)"^^geo:wktLiteral ;
  geo-pos:lat "54.19"^^xsd:decimal ;
  geo-pos:long "10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479984" ;
  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.42282'^^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 'Germany'^^xsd:string;
  dwc:longitude '10.41'^^xsd:double;
  dwc:latitude '54.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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479984'^^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%2F480079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480079> ;
  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%2F480079>
  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%2F480079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480079" ;
  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.41429'^^xsd:string;
  dwc:scientificName 'Zygophylax biarmata Billard, 1905'^^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/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 '117710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480079'^^xsd:anyURI;
  dwc:observationDate '1897-08-10'^^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%2F480096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480096> ;
  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%2F480096>
  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%2F480096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480096" ;
  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.42729'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^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:yearCollected '1880'^^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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480096'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480328> ;
  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%2F480328>
  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%2F480328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480328" ;
  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.41387\\1'^^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 '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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480328'^^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%2F480329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480329> ;
  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%2F480329>
  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%2F480329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480329" ;
  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.41388\\1'^^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 '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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480329'^^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%2F480330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480330> ;
  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%2F480330>
  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%2F480330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480330" ;
  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.43129'^^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 '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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480330'^^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%2F480352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480352> ;
  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%2F480352>
  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%2F480352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480352" ;
  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.43670'^^xsd:string;
  dwc:scientificName 'Laomedea longicyatha 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/480352'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480442> ;
  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%2F480442>
  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%2F480442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480442" ;
  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.42947'^^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/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 '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480442'^^xsd:anyURI;
  dwc:observationDate '1948-12-16'^^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%2F480495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480495> ;
  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%2F480495>
  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%2F480495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38910'^^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 '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 '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480495'^^xsd:anyURI;
  dwc:observationDate '1965-09-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%2F480591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480591> ;
  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%2F480591>
  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%2F480591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480591" ;
  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.41014'^^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: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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480623> ;
  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%2F480623>
  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%2F480623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480623" ;
  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.41032'^^xsd:string;
  dwc:scientificName 'Antenella dubia (Mulder & Trebilcock, 1911)'^^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 '7'^^xsd:integer;
  dwc:dayCollected '12'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480623'^^xsd:anyURI;
  dwc:observationDate '1905-07-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480624> ;
  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%2F480624>
  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%2F480624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480624" ;
  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.41003'^^xsd:string;
  dwc:scientificName 'Antenella dubia (Mulder & Trebilcock, 1911)'^^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 '7'^^xsd:integer;
  dwc:dayCollected '12'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/480624'^^xsd:anyURI;
  dwc:observationDate '1905-07-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41518'^^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 '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 '221220'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480761'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F480775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480775> ;
  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%2F480775>
  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%2F480775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39083'^^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 '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/480775'^^xsd:anyURI;
  dwc:observationDate '1965-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%2F480813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480813> ;
  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%2F480813>
  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%2F480813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480813" ;
  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.43754'^^xsd:string;
  dwc:scientificName 'Obelia dichotoma (Linnaeus, 1758)'^^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 'specimen'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480813'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^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%2F480814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480814> ;
  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%2F480814>
  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%2F480814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480814" ;
  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.41999\\1'^^xsd:string;
  dwc:scientificName 'Obelia dichotoma (Linnaeus, 1758)'^^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 'specimen'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480814'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^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%2F480815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480815> ;
  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%2F480815>
  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%2F480815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480815" ;
  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.43755'^^xsd:string;
  dwc:scientificName 'Obelia dichotoma (Linnaeus, 1758)'^^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 'specimen'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480815'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^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%2F480939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F480939> ;
  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%2F480939>
  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%2F480939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/480939" ;
  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/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.38522'^^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:gYear;
  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 '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/480939'^^xsd:anyURI;
  dwc:observationDate '1933-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39994'^^xsd:string;
  dwc:scientificName 'Zygocanna buitendijki Stiasny, 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 '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 '291310'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481150'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '291310'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39253'^^xsd:string;
  dwc:scientificName 'Staurocladia acuminata (Edmonds, 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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  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 '284624'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481312'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284624'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481401> ;
  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%2F481401>
  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%2F481401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481401" ;
  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.41708'^^xsd:string;
  dwc:scientificName 'Nemertesia incerta Bedot, 1916'^^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:aphiaid '292358'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481401'^^xsd:anyURI;
  dwc:observationDate '1897-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '292358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481592> ;
  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%2F481592>
  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%2F481592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481592" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Halecium sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117103'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481592'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F481593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481593> ;
  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%2F481593>
  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%2F481593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481593" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Halecium sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117103'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481593'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F481691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481691> ;
  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%2F481691>
  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%2F481691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42232'^^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 '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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481691'^^xsd:anyURI;
  dwc:observationDate '1969-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%2F481839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39659'^^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 '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481839'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482003> ;
  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%2F482003>
  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%2F482003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41608'^^xsd:string;
  dwc:scientificName 'Mitrocoma annae Haeckel, 1864'^^xsd: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 '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 '117753'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482003'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117753'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482251> ;
  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%2F482251>
  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%2F482251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39622'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^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.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/482251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3 9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F482331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3 9.45)"^^geo:wktLiteral ;
  geo-pos:lat "55.3"^^xsd:decimal ;
  geo-pos:long "9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39006'^^xsd:string;
  dwc:scientificName 'Coryne lovenii Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp , Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1915'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '9.45'^^xsd:double;
  dwc:latitude '55.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:27838'^^xsd:anyURI;
  dwc:aphiaid '835515'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482331'^^xsd:anyURI;
  dwc:observationDate '1915-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '117483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39909'^^xsd:string;
  dwc:scientificName 'Zanclea medusopolypata 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:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '285998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482364'^^xsd:anyURI;
  dwc:observationDate '1989-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '285998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 3.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.41"^^xsd:decimal ;
  dwc:decimalLongitude "3.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%2F482406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 3.56)"^^geo:wktLiteral ;
  geo-pos:lat "48.41"^^xsd:decimal ;
  geo-pos:long "3.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43893'^^xsd:string;
  dwc:scientificName 'Gonionemus vertens 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 '1970'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.56'^^xsd:double;
  dwc:latitude '48.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 '117768'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482406'^^xsd:anyURI;
  dwc:observationDate '1970-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117768'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.066667 -8.979167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.066667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.979167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482431" ;
  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/st444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43226'^^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/st444'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.979167'^^xsd:double;
  dwc:latitude '34.066667'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482431'^^xsd:anyURI;
  dwc:observationDate '1894-07-11'^^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%2F482432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.066667 -8.979167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.066667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.979167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482432" ;
  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/st444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43188'^^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/st444'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.979167'^^xsd:double;
  dwc:latitude '34.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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482432'^^xsd:anyURI;
  dwc:observationDate '1894-07-11'^^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%2F482504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482504> ;
  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%2F482504>
  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%2F482504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482504" ;
  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.39810'^^xsd:string;
  dwc:scientificName 'Ectopleura dumortieri (Van Beneden, 1844)'^^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 '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482504'^^xsd:anyURI;
  dwc:observationDate '1933-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117982'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482615> ;
  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%2F482615>
  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%2F482615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482615" ;
  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.41127'^^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 '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: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 '284914'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482621" ;
  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.38730'^^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 '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:25753'^^xsd:anyURI;
  dwc:aphiaid '221199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482621'^^xsd:anyURI;
  dwc:observationDate '1975-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.133333 -68.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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%2F482680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.133333 -68.95)"^^geo:wktLiteral ;
  geo-pos:lat "12.133333"^^xsd:decimal ;
  geo-pos:long "-68.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482680" ;
  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.40749'^^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 '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.95'^^xsd:double;
  dwc:latitude '12.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:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482680'^^xsd:anyURI;
  dwc:observationDate '1930-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38148'^^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: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 '117350'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482732'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F482822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482822> ;
  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%2F482822>
  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%2F482822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482822" ;
  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.44032'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482822'^^xsd:anyURI;
  dwc:observationDate '1949-01-28'^^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%2F482918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.12 1.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.12"^^xsd:decimal ;
  dwc:decimalLongitude "1.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%2F482918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.12 1.29)"^^geo:wktLiteral ;
  geo-pos:lat "6.12"^^xsd:decimal ;
  geo-pos:long "1.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482918" ;
  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.42801'^^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 'Togo'^^xsd:string;
  dwc:longitude '1.29'^^xsd:double;
  dwc:latitude '6.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:11365'^^xsd:anyURI;
  dwc:aphiaid '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482918'^^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%2F482919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.12 1.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.12"^^xsd:decimal ;
  dwc:decimalLongitude "1.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%2F482919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.12 1.29)"^^geo:wktLiteral ;
  geo-pos:lat "6.12"^^xsd:decimal ;
  geo-pos:long "1.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482919" ;
  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.42802'^^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 'Togo'^^xsd:string;
  dwc:longitude '1.29'^^xsd:double;
  dwc:latitude '6.12'^^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/482919'^^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%2F482950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F482950> ;
  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%2F482950>
  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%2F482950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/482950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41471'^^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: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 '117725'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/482950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483132> ;
  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%2F483132>
  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%2F483132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483132" ;
  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.38737'^^xsd:string;
  dwc:scientificName 'Perigonimus serpens Allman, 1963'^^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 '151913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483132'^^xsd:anyURI;
  dwc:observationDate '1934-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117778'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39523'^^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 '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 '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483163'^^xsd:anyURI;
  dwc:observationDate '1983-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%2F483237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38718'^^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 '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 '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483237'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483314> ;
  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%2F483314>
  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%2F483314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44163'^^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: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/483314'^^xsd:anyURI;
  dwc:observationDate '1963-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%2F483348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483348> ;
  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%2F483348>
  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%2F483348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^xsd:string;
  dwc:scientificName 'Lafoeidae'^^xsd: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.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 '1609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483348'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1609'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.34 5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.34"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F483431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.34 5.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.34"^^xsd:decimal ;
  geo-pos:long "5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483431" ;
  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.42622'^^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 '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^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.42'^^xsd:double;
  dwc:latitude '43.34'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/483431'^^xsd:anyURI;
  dwc:observationDate '1921-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483661> ;
  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%2F483661>
  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%2F483661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483661" ;
  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.40757'^^xsd:string;
  dwc:scientificName 'Diplocyathus dichotomus Allman, 1888'^^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 '9'^^xsd:integer;
  dwc:dayCollected '22'^^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 '716928'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483661'^^xsd:anyURI;
  dwc:observationDate '1933-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '284788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483662> ;
  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%2F483662>
  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%2F483662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483662" ;
  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.40755'^^xsd:string;
  dwc:scientificName 'Diplocyathus dichotomus Allman, 1888'^^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 '9'^^xsd:integer;
  dwc:dayCollected '22'^^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 '716928'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483662'^^xsd:anyURI;
  dwc:observationDate '1933-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '284788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38918'^^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 '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 '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483697'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F483704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483704> ;
  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%2F483704>
  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%2F483704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483704" ;
  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.42363'^^xsd:string;
  dwc:scientificName 'Idiella 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: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:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483704'^^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%2F483705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F483705> ;
  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%2F483705>
  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%2F483705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/483705" ;
  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.42375'^^xsd:string;
  dwc:scientificName 'Idiella 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: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:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/483705'^^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%2F484152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40571'^^xsd:string;
  dwc:scientificName 'Dichotomia cannoides Brooks, 1866'^^xsd: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 '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 '289810'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '289810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484166> ;
  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%2F484166>
  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%2F484166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484166" ;
  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.42679'^^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: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 '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484166'^^xsd:anyURI;
  dwc:observationDate '1893-07-10'^^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%2F484470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484470> ;
  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%2F484470>
  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%2F484470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484470" ;
  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.43682'^^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/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 '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484470'^^xsd:anyURI;
  dwc:observationDate '1906-09-05'^^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%2F484612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484612> ;
  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%2F484612>
  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%2F484612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484612" ;
  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.43713'^^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:gYear;
  dwc:collector 'Dawydoff C.'^^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:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484612'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^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%2F484634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484634> ;
  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%2F484634>
  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%2F484634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484634" ;
  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.40758'^^xsd:string;
  dwc:scientificName 'Diplocyathus dichotomus Allman, 1888'^^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 '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '716928'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484634'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '284788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484635> ;
  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%2F484635>
  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%2F484635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484635" ;
  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.40756'^^xsd:string;
  dwc:scientificName 'Diplocyathus dichotomus Allman, 1888'^^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 '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '716928'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484635'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '284788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484842> ;
  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%2F484842>
  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%2F484842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484842" ;
  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.42001'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '15.1'^^xsd:double;
  dwc:latitude '-26.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484842'^^xsd:anyURI;
  dwc:observationDate '1937-01-19'^^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%2F484843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484843> ;
  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%2F484843>
  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%2F484843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484843" ;
  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.41993'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '15.1'^^xsd:double;
  dwc:latitude '-26.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484843'^^xsd:anyURI;
  dwc:observationDate '1937-01-19'^^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%2F484908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484908> ;
  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%2F484908>
  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%2F484908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484908" ;
  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.38378'^^xsd:string;
  dwc:scientificName 'Eudendrium annulatum Norman, 1864'^^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 '117539'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484908'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.866667 -5.5125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.866667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484968" ;
  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/st500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43619'^^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/st500'^^xsd:string;
  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:continentOcean 'Golfe de Gascogne;Baie de Biscaye;Bay of Biscay'^^xsd:string;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-5.5125'^^xsd:double;
  dwc:latitude '46.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:12981'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484968'^^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%2F484969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.866667 -5.5125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.866667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484969" ;
  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/st500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43582'^^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/st500'^^xsd:string;
  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:continentOcean 'Golfe de Gascogne;Baie de Biscaye;Bay of Biscay'^^xsd:string;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-5.5125'^^xsd:double;
  dwc:latitude '46.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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484969'^^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%2F485035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.32"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F485035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  geo-pos:lat "-2.32"^^xsd:decimal ;
  geo-pos:long "9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485035" ;
  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.41035'^^xsd:string;
  dwc:scientificName 'Antenella quadriaurata f. africana Broch, 1914'^^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: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 'Gabon'^^xsd:string;
  dwc:longitude '9.45'^^xsd:double;
  dwc:latitude '-2.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:occurrenceId 'http://collections.naturalsciences.be/specimen/485035'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 -56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485114" ;
  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/st 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41383'^^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/st 161'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Mer Mourmane'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '-56.6'^^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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485114'^^xsd:anyURI;
  dwc:observationDate '1907-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%2F485330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40567'^^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 '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 '290660'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485330'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F485366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485366> ;
  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%2F485366>
  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%2F485366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485366" ;
  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.43003'^^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: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 '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485366'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485395> ;
  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%2F485395>
  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%2F485395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44016'^^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 '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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485395'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F485457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485457> ;
  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%2F485457>
  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%2F485457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485457" ;
  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.44033'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485457'^^xsd:anyURI;
  dwc:observationDate '1948-10-01'^^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%2F485583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485583> ;
  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%2F485583>
  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%2F485583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485583" ;
  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.42882'^^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 '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:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485583'^^xsd:anyURI;
  dwc:observationDate '1930-05-15'^^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%2F485584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485584> ;
  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%2F485584>
  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%2F485584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485584" ;
  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.42870'^^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 '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:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485584'^^xsd:anyURI;
  dwc:observationDate '1930-05-15'^^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%2F485682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40589'^^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 '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 '221224'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485682'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F485760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485760> ;
  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%2F485760>
  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%2F485760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485760" ;
  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.41399,INV.41404'^^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/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:occurrenceId 'http://collections.naturalsciences.be/specimen/485760'^^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%2F485761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485761> ;
  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%2F485761>
  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%2F485761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485761" ;
  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.41398,INV.41399'^^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/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:occurrenceId 'http://collections.naturalsciences.be/specimen/485761'^^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%2F485875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485875> ;
  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%2F485875>
  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%2F485875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44198'^^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 '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 '221236'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485875'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F485913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485913> ;
  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%2F485913>
  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%2F485913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38551'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/485913'^^xsd:anyURI;
  dwc:observationDate '1966-01-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%2F485956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F485956> ;
  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%2F485956>
  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%2F485956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/485956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38359'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Billard'^^xsd:string;
  dwc:yearIdentified '1902'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1899'^^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/485956'^^xsd:anyURI;
  dwc:observationDate '1899-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%2F486296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486296> ;
  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%2F486296>
  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%2F486296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486296" ;
  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.43640'^^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 '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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486296'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486297> ;
  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%2F486297>
  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%2F486297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486297" ;
  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.43613'^^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 '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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486297'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486307> ;
  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%2F486307>
  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%2F486307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486307" ;
  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.43492'^^xsd:string;
  dwc:scientificName 'Laomedea delicatula (Thornely, 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 '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '716930'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486307'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '284349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486308> ;
  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%2F486308>
  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%2F486308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486308" ;
  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.43491'^^xsd:string;
  dwc:scientificName 'Laomedea delicatula (Thornely, 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 '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '716930'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486308'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '284349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486329> ;
  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%2F486329>
  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%2F486329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38679'^^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: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 '117795'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486329'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117795'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.11667 -109.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-109.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486442" ;
  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.42144'^^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 '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10647'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-109.36667'^^xsd:double;
  dwc:latitude '-27.11667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  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/486442'^^xsd:anyURI;
  dwc:observationDate '1934-12-29'^^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%2F486481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.08333 -61.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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%2F486481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.08333 -61.2)"^^geo:wktLiteral ;
  geo-pos:lat "13.08333"^^xsd:decimal ;
  geo-pos:long "-61.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486481" ;
  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.42973'^^xsd:string;
  dwc:scientificName 'Thuiaria articulata (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 'St Vincent and Grenadines'^^xsd:string;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-61.2'^^xsd:double;
  dwc:latitude '13.08333'^^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 '117932'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486481'^^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%2F486482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.08333 -61.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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%2F486482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.08333 -61.2)"^^geo:wktLiteral ;
  geo-pos:lat "13.08333"^^xsd:decimal ;
  geo-pos:long "-61.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486482" ;
  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.42970'^^xsd:string;
  dwc:scientificName 'Thuiaria articulata (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 'St Vincent and Grenadines'^^xsd:string;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-61.2'^^xsd:double;
  dwc:latitude '13.08333'^^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 '117932'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486482'^^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%2F486572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486572> ;
  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%2F486572>
  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%2F486572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38682,INV.38683,INV.38684,INV.38686,INV.38687'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486572'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486607> ;
  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%2F486607>
  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%2F486607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486607" ;
  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'^^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/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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486607'^^xsd:anyURI;
  dwc:observationDate '1948-12-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%2F486751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38969'^^xsd:string;
  dwc:scientificName 'Euphysora furcata Kramp, 1948'^^xsd: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 '221090'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '292178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486862> ;
  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%2F486862>
  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%2F486862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486862" ;
  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.40301'^^xsd:string;
  dwc:scientificName 'Cladocarpus alatus Jarvis, 1922'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1979'^^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: box; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '284063'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486882> ;
  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%2F486882>
  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%2F486882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486882" ;
  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.42358\\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 '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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486882'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486917> ;
  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%2F486917>
  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%2F486917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486917" ;
  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.41184'^^xsd:string;
  dwc:scientificName 'Acryptolaria tortugasensis 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 'type'^^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 '292337'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486917'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '292337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F486918> ;
  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%2F486918>
  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%2F486918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/486918" ;
  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.41183'^^xsd:string;
  dwc:scientificName 'Acryptolaria tortugasensis 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 'type'^^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 '292337'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/486918'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '292337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487049" ;
  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.39758'^^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 '25753'^^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:25753'^^xsd:anyURI;
  dwc:aphiaid '117983'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487049'^^xsd:anyURI;
  dwc:observationDate '1976-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117983'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487218> ;
  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%2F487218>
  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%2F487218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487218" ;
  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.38791'^^xsd:string;
  dwc:scientificName 'Ptilocodium repens Coward, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^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 '290946'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.166667"^^xsd:decimal ;
  dwc:decimalLongitude "144.883331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38025'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.883331'^^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 '284228'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487280'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284228'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487312> ;
  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%2F487312>
  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%2F487312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487312" ;
  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.42469'^^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: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 '834730'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44151'^^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 '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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487336'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F487620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487620> ;
  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%2F487620>
  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%2F487620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39322'^^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 '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 '210733'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487620'^^xsd:anyURI;
  dwc:observationDate '1966-07-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%2F487631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487631> ;
  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%2F487631>
  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%2F487631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40790'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487631'^^xsd:anyURI;
  dwc:observationDate '1958-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487634> ;
  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%2F487634>
  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%2F487634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487634" ;
  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,INV.38380'^^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.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:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487634'^^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%2F487635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487635> ;
  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%2F487635>
  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%2F487635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487635" ;
  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.38363,INV.38380'^^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.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/487635'^^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%2F487642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487642> ;
  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%2F487642>
  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%2F487642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487642" ;
  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.43150'^^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 '-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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487642'^^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%2F487643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487643> ;
  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%2F487643>
  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%2F487643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487643" ;
  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.43131'^^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 '-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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487643'^^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%2F487694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.666667 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.666667"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F487694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.666667 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-7.666667"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487694" ;
  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.42644'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (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: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 '13.05'^^xsd:double;
  dwc:latitude '-7.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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487694'^^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%2F487695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.666667 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.666667"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F487695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.666667 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-7.666667"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487695" ;
  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.42643'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (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: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 '13.05'^^xsd:double;
  dwc:latitude '-7.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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487695'^^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%2F487770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.15541 29.15129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.15541"^^xsd:decimal ;
  dwc:decimalLongitude "29.15129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487770" ;
  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/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.43948'^^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/st247'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Lac Tanganika'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.15129'^^xsd:double;
  dwc:latitude '-4.15541'^^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/487770'^^xsd:anyURI;
  dwc:observationDate '1947-04-17'^^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%2F487956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487956> ;
  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%2F487956>
  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%2F487956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487956" ;
  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\\2'^^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 '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 '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487956'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F487957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487957> ;
  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%2F487957>
  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%2F487957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487957" ;
  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\\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 '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:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487957'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F487991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487991> ;
  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%2F487991>
  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%2F487991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487991" ;
  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.41837'^^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: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:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487991'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^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%2F487992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487992> ;
  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%2F487992>
  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%2F487992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487992" ;
  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.41830'^^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: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:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487992'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^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%2F487994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F487994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/487994" ;
  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.38526'^^xsd:string;
  dwc:scientificName 'Hydractinia epidocleensis 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 '1918'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '78'^^xsd:integer;
  dwc:latitude '11'^^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 '594922'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/487994'^^xsd:anyURI;
  dwc:observationDate '1918-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '594922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488001> ;
  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%2F488001>
  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%2F488001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488001" ;
  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.40815\\2'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488001'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488002> ;
  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%2F488002>
  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%2F488002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488002" ;
  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.41925\\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 '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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488002'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38053'^^xsd:string;
  dwc:scientificName 'Bougainvillia muscoides 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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^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 '117327'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488074'^^xsd:anyURI;
  dwc:observationDate '1978-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117327'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.32"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F488087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  geo-pos:lat "-2.32"^^xsd:decimal ;
  geo-pos:long "9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488087" ;
  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.42924'^^xsd:string;
  dwc:scientificName 'Sertularia turbinata (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 'Gabon'^^xsd:string;
  dwc:longitude '9.45'^^xsd:double;
  dwc:latitude '-2.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 '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.32"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F488088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  geo-pos:lat "-2.32"^^xsd:decimal ;
  geo-pos:long "9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488088" ;
  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.42922'^^xsd:string;
  dwc:scientificName 'Sertularia turbinata (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 'Gabon'^^xsd:string;
  dwc:longitude '9.45'^^xsd:double;
  dwc:latitude '-2.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 '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38654'^^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 '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 '285137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488512'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F488548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.55 -25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.55"^^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%2F488548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.55 -25.5)"^^geo:wktLiteral ;
  geo-pos:lat "1.55"^^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%2F488548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488548" ;
  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/st047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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.44103'^^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/st047'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25.5'^^xsd:double;
  dwc:latitude '1.55'^^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/488548'^^xsd:anyURI;
  dwc:observationDate '1935-11-29'^^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%2F488624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488624> ;
  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%2F488624>
  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%2F488624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38809,INV.38811'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488624'^^xsd:anyURI;
  dwc:observationDate '1967-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117848'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488625> ;
  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%2F488625>
  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%2F488625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38810,INV.38811'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488625'^^xsd:anyURI;
  dwc:observationDate '1967-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117848'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.416667 12.541666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "12.541666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488636" ;
  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/st113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44357'^^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/st113'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.541666'^^xsd:double;
  dwc:latitude '-13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: 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/488636'^^xsd:anyURI;
  dwc:observationDate '1949-01-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%2F488660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488660> ;
  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%2F488660>
  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%2F488660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488660" ;
  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.42217'^^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.05'^^xsd:double;
  dwc:latitude '20.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:11329'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488660'^^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%2F488661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488661> ;
  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%2F488661>
  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%2F488661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488661" ;
  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.42201'^^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.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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488661'^^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%2F488701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488701> ;
  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%2F488701>
  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%2F488701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488701" ;
  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.42439'^^xsd:string;
  dwc:scientificName 'Sertularella crassicaulis (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117896'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488701'^^xsd:anyURI;
  dwc:observationDate '1905-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '117896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488702> ;
  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%2F488702>
  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%2F488702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488702" ;
  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.42438'^^xsd:string;
  dwc:scientificName 'Sertularella crassicaulis (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 '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 '117896'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488702'^^xsd:anyURI;
  dwc:observationDate '1905-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '117896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488861> ;
  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%2F488861>
  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%2F488861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39208'^^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 '1966'^^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 '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488861'^^xsd:anyURI;
  dwc:observationDate '1966-09-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%2F488916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488916> ;
  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%2F488916>
  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%2F488916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488916" ;
  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.43000'^^xsd:string;
  dwc:scientificName 'Thuiaria thuja (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 '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/488916'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117940'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F488936> ;
  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%2F488936>
  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%2F488936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/488936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38023'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1986'^^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/488936'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F489083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489083> ;
  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%2F489083>
  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%2F489083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489083" ;
  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.42114'^^xsd:string;
  dwc:scientificName 'Diphasia thornelyi Ritchie, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '285430'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489084> ;
  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%2F489084>
  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%2F489084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489084" ;
  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.42110'^^xsd:string;
  dwc:scientificName 'Diphasia thornelyi Ritchie, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '285430'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38204'^^xsd:string;
  dwc:scientificName 'Heterotiara sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '203896'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489119'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '447906'^^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%2F489268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489268> ;
  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%2F489268>
  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%2F489268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38898'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489268'^^xsd:anyURI;
  dwc:observationDate '1961-05-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%2F489279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489279> ;
  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%2F489279>
  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%2F489279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489279" ;
  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.41076'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489280> ;
  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%2F489280>
  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%2F489280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489280" ;
  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.41063'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39313'^^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 'paratype'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1977'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '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/489506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40662'^^xsd:string;
  dwc:scientificName 'Eutima longigonia 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: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 '284607'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489513'^^xsd:anyURI;
  dwc:observationDate '1987-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '284607'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489625> ;
  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%2F489625>
  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%2F489625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489625" ;
  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.42831,INV.42832'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489625'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^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%2F489626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489626> ;
  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%2F489626>
  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%2F489626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489626" ;
  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.42831,INV.43218\\1'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489626'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^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%2F489627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489627> ;
  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%2F489627>
  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%2F489627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489627" ;
  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.42830,INV.42831'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489627'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^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%2F489720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38327'^^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 '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 '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489720'^^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%2F489733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39100'^^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 '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 '117476'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489733'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F489833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489833> ;
  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%2F489833>
  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%2F489833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489833" ;
  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.41071'^^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 '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489833'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^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%2F489834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489834> ;
  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%2F489834>
  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%2F489834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489834" ;
  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.41332\\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 '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 '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489834'^^xsd:anyURI;
  dwc:observationDate '1935-07-05'^^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%2F489946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489946> ;
  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%2F489946>
  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%2F489946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489946" ;
  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.43189'^^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/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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489946'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^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%2F489956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F489956> ;
  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%2F489956>
  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%2F489956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/489956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39545,INV.39546,INV.39547,INV.39548,INV.39550,INV.39555,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/489956'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F490344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490344> ;
  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%2F490344>
  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%2F490344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490344" ;
  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/st009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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.42655'^^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/st009'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490344'^^xsd:anyURI;
  dwc:observationDate '1935-10-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490371> ;
  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%2F490371>
  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%2F490371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490371" ;
  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.40918'^^xsd:string;
  dwc:scientificName 'Halecium nanum 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/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 '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490371'^^xsd:anyURI;
  dwc:observationDate '1887-07-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%2F490372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490372> ;
  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%2F490372>
  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%2F490372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490372" ;
  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.40919'^^xsd:string;
  dwc:scientificName 'Halecium nanum 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/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 '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490372'^^xsd:anyURI;
  dwc:observationDate '1887-07-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%2F490426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490426> ;
  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%2F490426>
  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%2F490426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490426" ;
  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.41410'^^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/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/490426'^^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%2F490469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490469> ;
  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%2F490469>
  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%2F490469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490469" ;
  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.39812'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490469'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^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%2F490718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40677'^^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 '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:27838'^^xsd:anyURI;
  dwc:aphiaid '284609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490718'^^xsd:anyURI;
  dwc:observationDate '1976-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '284609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41530'^^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 '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 '289260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490767'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F490784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.301389 2.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.301389"^^xsd:decimal ;
  dwc:decimalLongitude "2.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%2F490784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.301389 2.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.301389"^^xsd:decimal ;
  geo-pos:long "2.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490784" ;
  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/6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41719'^^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 '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.8'^^xsd:double;
  dwc:latitude '58.301389'^^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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490784'^^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%2F490785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.301389 2.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.301389"^^xsd:decimal ;
  dwc:decimalLongitude "2.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%2F490785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.301389 2.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.301389"^^xsd:decimal ;
  geo-pos:long "2.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490785" ;
  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/6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41734'^^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 '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.8'^^xsd:double;
  dwc:latitude '58.301389'^^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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490785'^^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%2F490786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490786> ;
  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%2F490786>
  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%2F490786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490786" ;
  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.43314'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (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: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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490786'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F490975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490975> ;
  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%2F490975>
  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%2F490975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490975" ;
  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.42836'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F490976> ;
  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%2F490976>
  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%2F490976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/490976" ;
  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.42822'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/490976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491065> ;
  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%2F491065>
  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%2F491065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491065" ;
  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.42401\\3'^^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 '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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491065'^^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%2F491071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491071> ;
  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%2F491071>
  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%2F491071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39468,INV.39469,INV.39471'^^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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491071'^^xsd:anyURI;
  dwc:observationDate '1962-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%2F491072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491072> ;
  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%2F491072>
  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%2F491072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39469,INV.39471,INV.39472'^^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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491072'^^xsd:anyURI;
  dwc:observationDate '1962-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%2F491163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491163> ;
  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%2F491163>
  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%2F491163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491163" ;
  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.40779'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^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: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 '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491163'^^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%2F491263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491263> ;
  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%2F491263>
  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%2F491263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42767'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491263'^^xsd:anyURI;
  dwc:observationDate '1957-05-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%2F491276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491276> ;
  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%2F491276>
  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%2F491276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491276" ;
  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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44324'^^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/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:country 'Congo'^^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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491276'^^xsd:anyURI;
  dwc:observationDate '1949-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%2F491310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491310> ;
  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%2F491310>
  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%2F491310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491310" ;
  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.38450'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (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: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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491310'^^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%2F491355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.74333 11.82528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.74333"^^xsd:decimal ;
  dwc:decimalLongitude "11.82528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43614'^^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 '24437'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.82528'^^xsd:double;
  dwc:latitude '-4.74333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24437'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491355'^^xsd:anyURI;
  dwc:observationDate '1938-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%2F491492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491492> ;
  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%2F491492>
  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%2F491492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43372'^^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.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/491492'^^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%2F491779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491779> ;
  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%2F491779>
  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%2F491779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491779" ;
  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.40748'^^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:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^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/491779'^^xsd:anyURI;
  dwc:observationDate '1930-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491832> ;
  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%2F491832>
  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%2F491832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491832" ;
  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.40062'^^xsd:string;
  dwc:scientificName 'Aglaophenia elegans Nutting, 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: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:aphiaid '117279'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.17 79.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.17"^^xsd:decimal ;
  dwc:decimalLongitude "79.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%2F491988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.17 79.07)"^^geo:wktLiteral ;
  geo-pos:lat "9.17"^^xsd:decimal ;
  geo-pos:long "79.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^xsd:string;
  dwc:scientificName 'Calamphora campanulata (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 '1966'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '79.07'^^xsd:double;
  dwc:latitude '9.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:27838'^^xsd:anyURI;
  dwc:aphiaid '289546'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491988'^^xsd:anyURI;
  dwc:observationDate '1966-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '289546'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.07 144.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.07"^^xsd:decimal ;
  dwc:decimalLongitude "144.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%2F492121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.07 144.48)"^^geo:wktLiteral ;
  geo-pos:lat "-38.07"^^xsd:decimal ;
  geo-pos:long "144.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492121" ;
  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.42934'^^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 '144.48'^^xsd:double;
  dwc:latitude '-38.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 '292384'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492121'^^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%2F492122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.07 144.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.07"^^xsd:decimal ;
  dwc:decimalLongitude "144.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%2F492122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.07 144.48)"^^geo:wktLiteral ;
  geo-pos:lat "-38.07"^^xsd:decimal ;
  geo-pos:long "144.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492122" ;
  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.42931'^^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 '144.48'^^xsd:double;
  dwc:latitude '-38.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 '292384'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492122'^^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%2F492200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.41"^^xsd:decimal ;
  dwc:decimalLongitude "14.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%2F492200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "-22.41"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492200" ;
  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.41847'^^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:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '-22.41'^^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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492200'^^xsd:anyURI;
  dwc:observationDate '1911-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.41"^^xsd:decimal ;
  dwc:decimalLongitude "14.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%2F492201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "-22.41"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492201" ;
  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.41845'^^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:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '-22.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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492201'^^xsd:anyURI;
  dwc:observationDate '1911-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.47 78.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.47"^^xsd:decimal ;
  dwc:decimalLongitude "78.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 "58489.91091040749"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492238" ;
  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.42172'^^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 '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '78.08'^^xsd:double;
  dwc:latitude '8.47'^^xsd:double;
  dwc:coordinatePrecision '58489.910910407'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492238'^^xsd:anyURI;
  dwc:observationDate '1926-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%2F492239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.47 78.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.47"^^xsd:decimal ;
  dwc:decimalLongitude "78.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 "58489.91091040749"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492239" ;
  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.42171'^^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 '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '78.08'^^xsd:double;
  dwc:latitude '8.47'^^xsd:double;
  dwc:coordinatePrecision '58489.910910407'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492239'^^xsd:anyURI;
  dwc:observationDate '1926-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%2F492258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492258> ;
  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%2F492258>
  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%2F492258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38424'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd: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 '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 '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492258'^^xsd:anyURI;
  dwc:observationDate '1957-06-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%2F492260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492260> ;
  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%2F492260>
  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%2F492260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39039'^^xsd:string;
  dwc:scientificName 'Coryne muscoides (Linnaeus, 1761)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117469'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492260'^^xsd:anyURI;
  dwc:observationDate '1960-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492649> ;
  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%2F492649>
  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%2F492649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492649" ;
  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.42305'^^xsd:string;
  dwc:scientificName 'Dynamena quadridentata (Ellis & Solander, 1786)'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492649'^^xsd:anyURI;
  dwc:observationDate '1905-09-12'^^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%2F492799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.183333 10.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.183333"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F492799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.183333 10.233333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.183333"^^xsd:decimal ;
  geo-pos:long "10.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492799" ;
  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/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 '2011-10-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44349'^^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/st164'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '10.233333'^^xsd:double;
  dwc:latitude '-3.183333'^^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/492799'^^xsd:anyURI;
  dwc:observationDate '1949-03-27'^^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%2F492805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492805> ;
  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%2F492805>
  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%2F492805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43805'^^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.), Leloup Eugène'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492805'^^xsd:anyURI;
  dwc:observationDate '1959-08-02'^^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%2F492809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.883416 11.66675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.883416"^^xsd:decimal ;
  dwc:decimalLongitude "11.66675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492809" ;
  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.41478'^^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/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.66675'^^xsd:double;
  dwc:latitude '-5.883416'^^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/492809'^^xsd:anyURI;
  dwc:observationDate '1948-08-21'^^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%2F492931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38647'^^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:startYearCollected '1977'^^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 '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.59 -74.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.59"^^xsd:decimal ;
  dwc:decimalLongitude "-74.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493065" ;
  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.42687'^^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 '-74.13'^^xsd:double;
  dwc:latitude '-50.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 '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493065'^^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%2F493066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.59 -74.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.59"^^xsd:decimal ;
  dwc:decimalLongitude "-74.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493066" ;
  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.42684'^^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 '-74.13'^^xsd:double;
  dwc:latitude '-50.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 '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493066'^^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%2F493100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493100> ;
  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%2F493100>
  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%2F493100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493100" ;
  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.43011'^^xsd:string;
  dwc:scientificName 'Thuiaria thuja (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 '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 '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493101> ;
  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%2F493101>
  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%2F493101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493101" ;
  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.42999'^^xsd:string;
  dwc:scientificName 'Thuiaria thuja (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 '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 '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39969'^^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: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 '221109'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493246'^^xsd:anyURI;
  dwc:observationDate '1976-02-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%2F493278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493278> ;
  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%2F493278>
  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%2F493278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493278" ;
  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\\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/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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493278'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^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%2F493333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493333" ;
  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.39141'^^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 '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  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:25753'^^xsd:anyURI;
  dwc:aphiaid '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493333'^^xsd:anyURI;
  dwc:observationDate '1976-02-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%2F493494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493494> ;
  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%2F493494>
  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%2F493494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493494" ;
  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.42980'^^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/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 '158196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493494'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F493501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493501> ;
  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%2F493501>
  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%2F493501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493501" ;
  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.40764'^^xsd:string;
  dwc:scientificName 'Diplocyathus gracilis (Fraser, 1914)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 'Hummelinck W.'^^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/493501'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493502> ;
  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%2F493502>
  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%2F493502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493502" ;
  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.40752'^^xsd:string;
  dwc:scientificName 'Diplocyathus gracilis (Fraser, 1914)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 'Hummelinck W.'^^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/493502'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493558> ;
  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%2F493558>
  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%2F493558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493558" ;
  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\\1,INV.41312'^^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/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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493558'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^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%2F493559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493559> ;
  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%2F493559>
  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%2F493559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493559" ;
  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.41297,INV.41312'^^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/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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493559'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^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%2F493609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493609> ;
  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%2F493609>
  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%2F493609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493609" ;
  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.42158'^^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: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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493609'^^xsd:anyURI;
  dwc:observationDate '1930-05-19'^^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%2F493658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44155'^^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 '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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493658'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F493734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F493734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493734" ;
  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.40007,INV.40008,INV.40010'^^xsd:string;
  dwc:scientificName 'Aglaophenia calamus Allman, 1883'^^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 '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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 '835736'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493734'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '835736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F493735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493735" ;
  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,INV.40007,INV.40008'^^xsd:string;
  dwc:scientificName 'Aglaophenia calamus Allman, 1883'^^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 '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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 '835736'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493735'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '835736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.97021 105.67771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.97021"^^xsd:decimal ;
  dwc:decimalLongitude "105.67771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493798" ;
  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.40253'^^xsd:string;
  dwc:scientificName 'Aglaophenia simplex d\'Orbigny, 1839'^^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:continentOcean 'Sunda Strait'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '105.67771'^^xsd:double;
  dwc:latitude '-5.97021'^^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 '835860'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '835860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493841> ;
  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%2F493841>
  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%2F493841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493841" ;
  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.41840'^^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 '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 '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493841'^^xsd:anyURI;
  dwc:observationDate '1930-05-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%2F493842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F493842> ;
  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%2F493842>
  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%2F493842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/493842" ;
  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.41828'^^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 '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 '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/493842'^^xsd:anyURI;
  dwc:observationDate '1930-05-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%2F494042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44050'^^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 '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 '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494042'^^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%2F494048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494048> ;
  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%2F494048>
  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%2F494048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494048" ;
  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.41350,INV.41352,INV.41353'^^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: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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494048'^^xsd:anyURI;
  dwc:observationDate '1938-06-21'^^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%2F494210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41572'^^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:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '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 '285059'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494243> ;
  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%2F494243>
  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%2F494243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39056'^^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 '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 '117471'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494243'^^xsd:anyURI;
  dwc:observationDate '1963-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%2F494426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494426> ;
  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%2F494426>
  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%2F494426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39881'^^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 '1963'^^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 '117998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494426'^^xsd:anyURI;
  dwc:observationDate '1963-04-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%2F494438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494438> ;
  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%2F494438>
  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%2F494438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40546'^^xsd:string;
  dwc:scientificName 'Egmundella amirantensis 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 '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 '117409'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494438'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F494471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494471> ;
  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%2F494471>
  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%2F494471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494471" ;
  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.38050'^^xsd:string;
  dwc:scientificName 'Bimeria humilis 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: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 '292530'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494553> ;
  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%2F494553>
  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%2F494553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494553" ;
  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.42290,INV.42291'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494553'^^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%2F494554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494554> ;
  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%2F494554>
  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%2F494554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494554" ;
  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.42278,INV.42290'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494554'^^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%2F494581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494581> ;
  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%2F494581>
  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%2F494581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494581" ;
  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.41742'^^xsd:string;
  dwc:scientificName 'Plumularia bedoti Billard, 1911'^^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/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 '285223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494581'^^xsd:anyURI;
  dwc:observationDate '1899-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '571746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41495'^^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: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 '117729'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494611'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117729'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494625> ;
  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%2F494625>
  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%2F494625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494625" ;
  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.40257'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '284135'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/494625'^^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%2F494640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494640> ;
  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%2F494640>
  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%2F494640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38041'^^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 '1982'^^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/494640'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F494803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F494803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/494803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38761'^^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 '1986'^^xsd:integer;
  dwc:monthCollected '8'^^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: 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/494803'^^xsd:anyURI;
  dwc:observationDate '1986-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '221202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39606'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^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: 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/495023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.15 11.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.15"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F495083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.15 11.26)"^^geo:wktLiteral ;
  geo-pos:lat "58.15"^^xsd:decimal ;
  geo-pos:long "11.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495083" ;
  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.43603'^^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 'Sweden'^^xsd:string;
  dwc:longitude '11.26'^^xsd:double;
  dwc:latitude '58.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:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495083'^^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%2F495133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495133> ;
  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%2F495133>
  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%2F495133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43997'^^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 '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 '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495133'^^xsd:anyURI;
  dwc:observationDate '1969-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%2F495154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38678'^^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: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 '117795'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495154'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117795'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38872,INV.38873'^^xsd:string;
  dwc:scientificName 'Cladocoryne haddoni Kirkpatrick, 1890'^^xsd: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495296'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40497'^^xsd:string;
  dwc:scientificName 'Blackfordia 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 '117008'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495302'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117008'^^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%2F495317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495317> ;
  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%2F495317>
  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%2F495317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40329'^^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.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 '220593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495317'^^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%2F495473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495473> ;
  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%2F495473>
  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%2F495473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495473" ;
  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.43097'^^xsd:string;
  dwc:scientificName 'Billardia subrufa (Jäderholm, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène, Vanhöffen'^^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 '174415'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495473'^^xsd:anyURI;
  dwc:observationDate '1902-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '174415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495474> ;
  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%2F495474>
  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%2F495474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495474" ;
  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.43094'^^xsd:string;
  dwc:scientificName 'Billardia subrufa (Jäderholm, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène, Vanhöffen'^^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 '174415'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495474'^^xsd:anyURI;
  dwc:observationDate '1902-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '174415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495621> ;
  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%2F495621>
  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%2F495621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495621" ;
  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.40831'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (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/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 '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495621'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^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%2F495696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495696> ;
  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%2F495696>
  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%2F495696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495696" ;
  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.41039'^^xsd:string;
  dwc:scientificName 'Antenella quadriaurata Ritchie, 1909'^^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 '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:aphiaid '284816'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495696'^^xsd:anyURI;
  dwc:observationDate '1911-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '284816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495697> ;
  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%2F495697>
  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%2F495697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495697" ;
  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.41038'^^xsd:string;
  dwc:scientificName 'Antenella quadriaurata Ritchie, 1909'^^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 '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:aphiaid '284816'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495697'^^xsd:anyURI;
  dwc:observationDate '1911-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '284816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495717> ;
  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%2F495717>
  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%2F495717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41095'^^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 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  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 '289986'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495717'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F495723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495723> ;
  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%2F495723>
  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%2F495723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495723" ;
  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.41413'^^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/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/495723'^^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%2F495866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F495866> ;
  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%2F495866>
  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%2F495866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/495866" ;
  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.38340'^^xsd:string;
  dwc:scientificName 'Perigonimus repens 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/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 '151911'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/495866'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^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%2F496045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496045> ;
  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%2F496045>
  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%2F496045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40789'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496045'^^xsd:anyURI;
  dwc:observationDate '1972-07-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%2F496098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43380'^^xsd:string;
  dwc:scientificName 'Clytia mccradyi (Brooks, 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 '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 '284378'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496098'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284378'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41529'^^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 '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 '289260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496318'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F496333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496333> ;
  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%2F496333>
  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%2F496333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496333" ;
  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.43065'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^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 '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496333'^^xsd:anyURI;
  dwc:observationDate '1916-03-27'^^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%2F496347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496347> ;
  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%2F496347>
  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%2F496347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40744'^^xsd:string;
  dwc:scientificName 'Campalecium cirratum (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 '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 '117577'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496347'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117756'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496435> ;
  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%2F496435>
  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%2F496435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40478'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (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 '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 '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496435'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F496502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496502> ;
  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%2F496502>
  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%2F496502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496502" ;
  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.42176'^^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/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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496502'^^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%2F496549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40663'^^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 '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 '117516'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496549'^^xsd:anyURI;
  dwc:observationDate '1976-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117516'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496775> ;
  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%2F496775>
  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%2F496775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39340'^^xsd:string;
  dwc:scientificName 'Millepora platyphylla Hemprich & Erhenberg, 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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210730'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496775'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210730'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496861> ;
  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%2F496861>
  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%2F496861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496861" ;
  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.41844'^^xsd:string;
  dwc:scientificName 'Plumularia setaceoides Bale, 1881'^^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 '7'^^xsd:integer;
  dwc:dayCollected '12'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '285294'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496861'^^xsd:anyURI;
  dwc:observationDate '1905-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '285294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496862> ;
  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%2F496862>
  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%2F496862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496862" ;
  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.41843'^^xsd:string;
  dwc:scientificName 'Plumularia setaceoides Bale, 1881'^^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 '7'^^xsd:integer;
  dwc:dayCollected '12'^^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 '285294'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496862'^^xsd:anyURI;
  dwc:observationDate '1905-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '285294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 67.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "67.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%2F496887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 67.75)"^^geo:wktLiteral ;
  geo-pos:lat "23.95"^^xsd:decimal ;
  geo-pos:long "67.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496887" ;
  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.40128'^^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:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '67.75'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496887'^^xsd:anyURI;
  dwc:observationDate '1935-04-12'^^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%2F496961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43991'^^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:startYearCollected '1978'^^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 '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117835'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496986> ;
  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%2F496986>
  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%2F496986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496986" ;
  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.42570'^^xsd:string;
  dwc:scientificName 'Sertularella minuscula Billard, 1925'^^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 '1926'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '3'^^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 '285533'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496986'^^xsd:anyURI;
  dwc:observationDate '1926-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1367859'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.083333 -9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F497086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.083333 -9.9)"^^geo:wktLiteral ;
  geo-pos:lat "40.083333"^^xsd:decimal ;
  geo-pos:long "-9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497086" ;
  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/st2743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41871'^^xsd:string;
  dwc:scientificName 'Polyplumaria billardi Bedot, 1921'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '12981/st2743'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.9'^^xsd:double;
  dwc:latitude '40.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 '117826'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497086'^^xsd:anyURI;
  dwc:observationDate '1908-07-25'^^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%2F497195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497195> ;
  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%2F497195>
  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%2F497195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497195" ;
  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.42319'^^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 'Leloup Eugène, 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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497195'^^xsd:anyURI;
  dwc:observationDate '1930-12-21'^^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%2F497196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497196> ;
  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%2F497196>
  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%2F497196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497196" ;
  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.42309'^^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 'Leloup Eugène, 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 '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497196'^^xsd:anyURI;
  dwc:observationDate '1930-12-21'^^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%2F497236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497236> ;
  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%2F497236>
  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%2F497236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497236" ;
  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.43052'^^xsd:string;
  dwc:scientificName 'Synthecium megathecum Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '285929'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497237> ;
  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%2F497237>
  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%2F497237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497237" ;
  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.43051'^^xsd:string;
  dwc:scientificName 'Synthecium megathecum Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '285929'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.33333 123.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.33333"^^xsd:decimal ;
  dwc:decimalLongitude "123.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%2F497322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.33333 123.75)"^^geo:wktLiteral ;
  geo-pos:lat "10.33333"^^xsd:decimal ;
  geo-pos:long "123.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497322" ;
  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.42366'^^xsd:string;
  dwc:scientificName 'Idiella 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 '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 '123.75'^^xsd:double;
  dwc:latitude '10.33333'^^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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497322'^^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%2F497336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39488'^^xsd:string;
  dwc:scientificName 'Pennaria vitrea 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 '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 '292637'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497336'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '292637'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497415> ;
  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%2F497415>
  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%2F497415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497415" ;
  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.41779'^^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 '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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497415'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F497416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497416> ;
  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%2F497416>
  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%2F497416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497416" ;
  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.41772'^^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 '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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497416'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F497606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39663'^^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 '1975'^^xsd:integer;
  dwc:endYearCollected '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497606'^^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%2F497715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38709'^^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: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 '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497715'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F497732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.33333 5.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.33333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F497732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.33333 5.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.33333"^^xsd:decimal ;
  geo-pos:long "5.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497732" ;
  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.43192\\1,INV.43194'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^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 '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '5.5'^^xsd:double;
  dwc:latitude '43.33333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497732'^^xsd:anyURI;
  dwc:observationDate '1935-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%2F497738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497738> ;
  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%2F497738>
  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%2F497738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497738" ;
  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.40398'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/497738'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497739> ;
  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%2F497739>
  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%2F497739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497739" ;
  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.40399'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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/497739'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.02 117.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.02"^^xsd:decimal ;
  dwc:decimalLongitude "117.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497817" ;
  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.41787'^^xsd:string;
  dwc:scientificName 'Plumularia nodosa (Stechow, 1924)'^^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 '8'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '117.53'^^xsd:double;
  dwc:latitude '-35.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 '285275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497817'^^xsd:anyURI;
  dwc:observationDate '1905-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285234'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.02 117.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.02"^^xsd:decimal ;
  dwc:decimalLongitude "117.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497818" ;
  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.41786'^^xsd:string;
  dwc:scientificName 'Plumularia nodosa (Stechow, 1924)'^^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 '8'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '117.53'^^xsd:double;
  dwc:latitude '-35.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 '285275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497818'^^xsd:anyURI;
  dwc:observationDate '1905-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285234'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497995" ;
  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/st2518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41342'^^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/st2518'^^xsd:string;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '75'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^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/497995'^^xsd:anyURI;
  dwc:observationDate '1906-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%2F498543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/498543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44194'^^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 '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 '221236'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/498543'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F498609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498609> ;
  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%2F498609>
  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%2F498609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/498609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38555'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/498609'^^xsd:anyURI;
  dwc:observationDate '1962-06-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%2F498895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498895> ;
  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%2F498895>
  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%2F498895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/498895" ;
  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.40217'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/498895'^^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%2F498896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498896> ;
  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%2F498896>
  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%2F498896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/498896" ;
  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.40193'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/498896'^^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%2F498941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F498941> ;
  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%2F498941>
  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%2F498941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/498941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38699'^^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: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 '117796'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/498941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38052'^^xsd:string;
  dwc:scientificName 'Bougainvillia muscoides 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: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 '117327'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499070'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117327'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499126> ;
  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%2F499126>
  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%2F499126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499126" ;
  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.40276'^^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 '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 '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499126'^^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%2F499127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499127> ;
  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%2F499127>
  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%2F499127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499127" ;
  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.40259'^^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 '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 '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499127'^^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%2F499153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499153> ;
  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%2F499153>
  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%2F499153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499153" ;
  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\\3'^^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 '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 '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499153'^^xsd:anyURI;
  dwc:observationDate '1936-12-10'^^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%2F499154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499154> ;
  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%2F499154>
  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%2F499154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499154" ;
  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.42372\\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 '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 '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499154'^^xsd:anyURI;
  dwc:observationDate '1936-12-10'^^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%2F499225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499225> ;
  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%2F499225>
  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%2F499225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499225" ;
  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.41360'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499225'^^xsd:anyURI;
  dwc:observationDate '1902-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%2F499226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499226> ;
  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%2F499226>
  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%2F499226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499226" ;
  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.41337'^^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/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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499226'^^xsd:anyURI;
  dwc:observationDate '1902-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%2F499232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499232> ;
  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%2F499232>
  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%2F499232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499232" ;
  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.42925,INV.42926'^^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 '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 '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499232'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F499233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499233> ;
  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%2F499233>
  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%2F499233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499233" ;
  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.42917,INV.42926'^^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 '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 '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499233'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F499250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166667 63.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.166667"^^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%2F499250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166667 63.583333)"^^geo:wktLiteral ;
  geo-pos:lat "36.166667"^^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%2F499250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499250" ;
  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.40093,INV.40120'^^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 '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '63.583333'^^xsd:double;
  dwc:latitude '36.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499250'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^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%2F499251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166667 63.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.166667"^^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%2F499251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166667 63.583333)"^^geo:wktLiteral ;
  geo-pos:lat "36.166667"^^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%2F499251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499251" ;
  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.40092,INV.40093'^^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 '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '63.583333'^^xsd:double;
  dwc:latitude '36.166667'^^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/499251'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^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%2F499258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39760'^^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: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 '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499258'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499409> ;
  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%2F499409>
  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%2F499409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41728'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499409'^^xsd:anyURI;
  dwc:observationDate '1961-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%2F499429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.566667 -23.054167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.566667"^^xsd:decimal ;
  dwc:decimalLongitude "-23.054167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499429" ;
  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/st1209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38376'^^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/st1209'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-23.054167'^^xsd:double;
  dwc:latitude '16.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:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499429'^^xsd:anyURI;
  dwc:observationDate '1901-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499635> ;
  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%2F499635>
  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%2F499635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499635" ;
  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.41053'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499635'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^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%2F499638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499638> ;
  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%2F499638>
  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%2F499638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499638" ;
  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.42754'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.166667"^^xsd:decimal ;
  dwc:decimalLongitude "144.883331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38028'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.883331'^^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 '284228'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -9.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F499763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -9.07)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-9.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499763" ;
  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.41811'^^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 'Portugal'^^xsd:string;
  dwc:longitude '-9.07'^^xsd:double;
  dwc:latitude '38.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499763'^^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%2F499898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499898> ;
  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%2F499898>
  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%2F499898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39382'^^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 '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/499898'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F500236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500236> ;
  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%2F500236>
  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%2F500236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500236" ;
  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.40107\\1,INV.40942\\1,INV.41008'^^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 '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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500236'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F500237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500237> ;
  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%2F500237>
  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%2F500237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500237" ;
  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.40107\\1,INV.40108,INV.41008'^^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 '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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500237'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F500263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.416667 12.541666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "12.541666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500263" ;
  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/st113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44053'^^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/st113'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.541666'^^xsd:double;
  dwc:latitude '-13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: 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/500263'^^xsd:anyURI;
  dwc:observationDate '1949-01-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%2F500327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500327> ;
  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%2F500327>
  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%2F500327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38991'^^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 '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 '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500327'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F500333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500333> ;
  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%2F500333>
  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%2F500333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500333" ;
  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.44031'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500333'^^xsd:anyURI;
  dwc:observationDate '1948-08-21'^^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%2F500351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500351> ;
  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%2F500351>
  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%2F500351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500351" ;
  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.41191'^^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/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 '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500351'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^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%2F500412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500412> ;
  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%2F500412>
  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%2F500412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39631'^^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 '13'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500412'^^xsd:anyURI;
  dwc:observationDate '1978-10-13'^^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%2F500481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500481> ;
  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%2F500481>
  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%2F500481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500481" ;
  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.38521'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^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 '4394'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1879'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4394'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500481'^^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%2F500575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500575> ;
  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%2F500575>
  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%2F500575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500575" ;
  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,INV.43659,INV.43663'^^xsd:string;
  dwc:scientificName 'Laomedea hyalina (Hincks, 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 '152129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500575'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500576> ;
  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%2F500576>
  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%2F500576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500576" ;
  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,INV.43659,INV.43660'^^xsd:string;
  dwc:scientificName 'Laomedea hyalina (Hincks, 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 '152129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500576'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39980'^^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 '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 '116998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500670'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F500748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38707'^^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: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 '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500748'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F501018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -4.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501018" ;
  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.40896'^^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 '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 '-4.366667'^^xsd:double;
  dwc:latitude '56.6'^^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 '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501018'^^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%2F501019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -4.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501019" ;
  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.40904'^^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 '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 '-4.366667'^^xsd:double;
  dwc:latitude '56.6'^^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 '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501019'^^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%2F501273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39511'^^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 '1985'^^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/501273'^^xsd:anyURI;
  dwc:observationDate '1985-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%2F501387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501387> ;
  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%2F501387>
  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%2F501387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501387" ;
  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.42501'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501387'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^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%2F501557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501557> ;
  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%2F501557>
  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%2F501557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501557" ;
  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.41112'^^xsd:string;
  dwc:scientificName 'Monostaechas quadridens (Mc Crady, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:yearCollected '1935'^^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:20550'^^xsd:anyURI;
  dwc:aphiaid '117635'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501557'^^xsd:anyURI;
  dwc:observationDate '1935-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '117635'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501704> ;
  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%2F501704>
  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%2F501704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501704" ;
  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.43283'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/501704'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501705> ;
  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%2F501705>
  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%2F501705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501705" ;
  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.43278'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/501705'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501773> ;
  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%2F501773>
  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%2F501773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501773" ;
  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.40230'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501773'^^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%2F501774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501774> ;
  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%2F501774>
  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%2F501774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501774" ;
  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.40202'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501774'^^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%2F501833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5 119.118056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.5"^^xsd:decimal ;
  dwc:decimalLongitude "119.118056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501833" ;
  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/st310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41094'^^xsd:string;
  dwc:scientificName 'Antenella varians Billard, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9464/st310'^^xsd:string;
  dwc:yearCollected '1900'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Selat Sape'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '119.118056'^^xsd:double;
  dwc:latitude '-8.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:9464'^^xsd:anyURI;
  dwc:aphiaid '284820'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501833'^^xsd:anyURI;
  dwc:observationDate '1900-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '284820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38332'^^xsd:string;
  dwc:scientificName 'Paracytaeis octona 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 '290645'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501917'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290645'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501958> ;
  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%2F501958>
  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%2F501958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501958" ;
  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.40160'^^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: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 '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501958'^^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%2F501959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501959> ;
  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%2F501959>
  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%2F501959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501959" ;
  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.40150'^^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: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 '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501959'^^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%2F501982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501982> ;
  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%2F501982>
  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%2F501982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501982" ;
  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.41075'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501982'^^xsd:anyURI;
  dwc:observationDate '1925-06-11'^^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%2F501983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F501983> ;
  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%2F501983>
  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%2F501983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/501983" ;
  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.41065'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/501983'^^xsd:anyURI;
  dwc:observationDate '1925-06-11'^^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%2F502003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502003" ;
  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/st2634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38515'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^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/st2634'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '75'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502003'^^xsd:anyURI;
  dwc:observationDate '1907-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41645'^^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 '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 '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502201'^^xsd:anyURI;
  dwc:observationDate '1989-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%2F502265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8667 10.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.8667"^^xsd:decimal ;
  dwc:decimalLongitude "10.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502265" ;
  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.38226,INV.38239'^^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 '10.7'^^xsd:double;
  dwc:latitude '53.8667'^^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/502265'^^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%2F502266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8667 10.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.8667"^^xsd:decimal ;
  dwc:decimalLongitude "10.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502266" ;
  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.38225,INV.38226'^^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 '10.7'^^xsd:double;
  dwc:latitude '53.8667'^^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/502266'^^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%2F502357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502357" ;
  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.38732'^^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 '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 '221199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502357'^^xsd:anyURI;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502442> ;
  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%2F502442>
  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%2F502442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502442" ;
  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'^^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 '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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502442'^^xsd:anyURI;
  dwc:observationDate '1937-12-26'^^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%2F502508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.45 117.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.45"^^xsd:decimal ;
  dwc:decimalLongitude "117.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%2F502508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.45 117.6)"^^geo:wktLiteral ;
  geo-pos:lat "-3.45"^^xsd:decimal ;
  geo-pos:long "117.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502508" ;
  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/st77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40479'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum var. orientalis Billard, 1908'^^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/st77'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Makassar Strait'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '117.6'^^xsd:double;
  dwc:latitude '-3.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:9464'^^xsd:anyURI;
  dwc:aphiaid '284176'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502508'^^xsd:anyURI;
  dwc:observationDate '1899-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '284176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502613> ;
  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%2F502613>
  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%2F502613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502613" ;
  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.40982'^^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 '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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502613'^^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%2F502614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502614> ;
  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%2F502614>
  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%2F502614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502614" ;
  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.40959'^^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 '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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502614'^^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%2F502833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.661111 -72.688889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.661111"^^xsd:decimal ;
  dwc:decimalLongitude "-72.688889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502833" ;
  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/stM28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43685'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^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/stM28'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.688889'^^xsd:double;
  dwc:latitude '-41.661111'^^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 '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502833'^^xsd:anyURI;
  dwc:observationDate '1949-01-04'^^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%2F502883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502883> ;
  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%2F502883>
  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%2F502883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42362'^^xsd:string;
  dwc:scientificName 'Idiellana pristis (Lamouroux, 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 '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 '220588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502883'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38240,INV.38340'^^xsd:string;
  dwc:scientificName 'Bythotiara murray Günther, 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 '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Bismarck Sea'^^xsd:string;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '148'^^xsd:integer;
  dwc:latitude '-4'^^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 '117358'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503067'^^xsd:anyURI;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117358'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503072> ;
  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%2F503072>
  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%2F503072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503072" ;
  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.40889'^^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/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 '117593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503072'^^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%2F503082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503082> ;
  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%2F503082>
  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%2F503082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "21782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43248'^^xsd:string;
  dwc:scientificName 'Campanularia marginata (Allman, 1877)'^^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 '21782'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21782'^^xsd:anyURI;
  dwc:aphiaid '292452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503082'^^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%2F503198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503198> ;
  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%2F503198>
  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%2F503198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503198" ;
  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\\1,INV.42875'^^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 '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 '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503198'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F503199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503199> ;
  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%2F503199>
  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%2F503199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503199" ;
  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.42874,INV.42875'^^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 '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 '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503199'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F503217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503217> ;
  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%2F503217>
  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%2F503217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503217" ;
  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.40812'^^xsd:string;
  dwc:scientificName 'Halecium delicatulum 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 '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 '117588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503217'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117588'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503405> ;
  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%2F503405>
  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%2F503405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41859'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa 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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503447> ;
  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%2F503447>
  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%2F503447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42117'^^xsd:string;
  dwc:scientificName 'Diphasia alata (Hincks, 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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503447'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117876'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38768'^^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 '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 '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503882'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F503951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503951" ;
  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.40454'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '30'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503952" ;
  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.40445'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '30'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F503966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/503966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41500'^^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: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 '285046'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/503966'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285046'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44211'^^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: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 '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504291> ;
  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%2F504291>
  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%2F504291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504291" ;
  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.42064'^^xsd:string;
  dwc:scientificName 'Diphasia fallax (Johnston, 1847)'^^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 '117879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504291'^^xsd:anyURI;
  dwc:observationDate '1938-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '117879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504300> ;
  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%2F504300>
  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%2F504300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504300" ;
  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.38393'^^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 '-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/504300'^^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%2F504302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504302> ;
  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%2F504302>
  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%2F504302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38001'^^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/504302'^^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%2F504386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38493'^^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 '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 '290077'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504386'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F504779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504779> ;
  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%2F504779>
  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%2F504779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504779" ;
  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.42095'^^xsd:string;
  dwc:scientificName 'Diphasia rosacea (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 '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504779'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504803> ;
  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%2F504803>
  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%2F504803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504803" ;
  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.40004'^^xsd:string;
  dwc:scientificName 'Aglaophenia alopecura 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 '284001'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504804> ;
  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%2F504804>
  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%2F504804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504804" ;
  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.40003'^^xsd:string;
  dwc:scientificName 'Aglaophenia alopecura 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 '284001'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504892> ;
  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%2F504892>
  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%2F504892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39624'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504892'^^xsd:anyURI;
  dwc:observationDate '1935-08-21'^^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%2F504944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.06667 15.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.06667"^^xsd:decimal ;
  dwc:decimalLongitude "15.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F504944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/504944" ;
  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.41651'^^xsd:string;
  dwc:scientificName 'Monotheca obliqua (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '15.61667'^^xsd:double;
  dwc:latitude '40.06667'^^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 '117806'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/504944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117806'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505241> ;
  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%2F505241>
  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%2F505241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43784'^^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:dayCollected '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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505241'^^xsd:anyURI;
  dwc:observationDate '1959-07-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%2F505243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5 -29.029167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5"^^xsd:decimal ;
  dwc:decimalLongitude "-29.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 "3718.1691098184606"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505243" ;
  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/st1334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38736'^^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/st1334'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-29.029167'^^xsd:double;
  dwc:latitude '39.5'^^xsd:double;
  dwc:coordinatePrecision '3718.1691098185'^^xsd:double;
  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/505243'^^xsd:anyURI;
  dwc:observationDate '1902-08-13'^^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%2F505353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505353> ;
  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%2F505353>
  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%2F505353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505353" ;
  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.41697'^^xsd:string;
  dwc:scientificName 'Nemertesia cymodocea (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505353'^^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%2F505361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44066'^^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:startYearCollected '1983'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44047'^^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 '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/505546'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F505621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505621> ;
  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%2F505621>
  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%2F505621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505621" ;
  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.41303,INV.41304'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505621'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F505622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505622> ;
  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%2F505622>
  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%2F505622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505622" ;
  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.41304,INV.42348\\2'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505622'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F505780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505780> ;
  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%2F505780>
  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%2F505780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505780" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Laomedea kinkaidi Nutting, 1899'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/505780'^^xsd:anyURI;
  dwc:observationDate '1902-07-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39559'^^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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505805> ;
  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%2F505805>
  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%2F505805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38275'^^xsd:string;
  dwc:scientificName 'Merona cornucopiae (Norman, 1864)'^^xsd: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 '117434'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505805'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F505862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505862> ;
  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%2F505862>
  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%2F505862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505862" ;
  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.40768\\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 '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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505862'^^xsd:anyURI;
  dwc:observationDate '1908-08-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%2F505863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505863> ;
  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%2F505863>
  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%2F505863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505863" ;
  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.40812\\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 '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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505863'^^xsd:anyURI;
  dwc:observationDate '1908-08-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%2F505864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505864> ;
  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%2F505864>
  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%2F505864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505864" ;
  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\\2'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505864'^^xsd:anyURI;
  dwc:observationDate '1908-08-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%2F505865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505865> ;
  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%2F505865>
  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%2F505865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505865" ;
  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.43334'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505865'^^xsd:anyURI;
  dwc:observationDate '1908-08-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%2F505877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505877> ;
  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%2F505877>
  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%2F505877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39252'^^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:yearCollected '1979'^^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 '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505877'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117531'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505879> ;
  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%2F505879>
  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%2F505879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39777,INV.39778,INV.39779,INV.39788,INV.39789,INV.39790'^^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: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/505879'^^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%2F505900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505900> ;
  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%2F505900>
  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%2F505900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505900" ;
  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.38031'^^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 '1916'^^xsd:integer;
  dwc:monthCollected '9'^^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 '233892'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505900'^^xsd:anyURI;
  dwc:observationDate '1916-09-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%2F505905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F505905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/505905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44156'^^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 '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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/505905'^^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%2F506306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38614'^^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 '1980'^^xsd:integer;
  dwc:monthCollected '2'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506306'^^xsd:anyURI;
  dwc:observationDate '1980-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '289941'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506317> ;
  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%2F506317>
  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%2F506317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506317" ;
  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.43053\\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 '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 '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506317'^^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%2F506538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38999'^^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 '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 '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506538'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F506602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506602> ;
  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%2F506602>
  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%2F506602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506602" ;
  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.42295'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506602'^^xsd:anyURI;
  dwc:observationDate '1933-06-10'^^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%2F506628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506628> ;
  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%2F506628>
  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%2F506628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43791'^^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 '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/506628'^^xsd:anyURI;
  dwc:observationDate '1959-08-12'^^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%2F506702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 9.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.333333"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F506702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 9.333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.333333"^^xsd:decimal ;
  geo-pos:long "9.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506702" ;
  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/st6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38622'^^xsd:string;
  dwc:scientificName 'Hydrichthys cyclothonis Damas, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Damas H.'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10195/st6'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '9.333333'^^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:10195'^^xsd:anyURI;
  dwc:aphiaid '117668'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506702'^^xsd:anyURI;
  dwc:observationDate '1922-05-20'^^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%2F506938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506938> ;
  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%2F506938>
  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%2F506938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38027'^^xsd:string;
  dwc:scientificName 'Bougainvillia britannica (Forbes, 1841)'^^xsd: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 '117321'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506938'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117321'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506949> ;
  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%2F506949>
  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%2F506949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506949" ;
  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.41609'^^xsd:string;
  dwc:scientificName 'Mitrocoma annae Haeckel, 1864'^^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 '117753'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506949'^^xsd:anyURI;
  dwc:observationDate '1930-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117753'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506962> ;
  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%2F506962>
  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%2F506962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506962" ;
  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.40285\\1'^^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: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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506962'^^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%2F507021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38662'^^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: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 '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507021'^^xsd:anyURI;
  dwc:observationDate '1983-08-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%2F507193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507193> ;
  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%2F507193>
  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%2F507193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507193" ;
  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.43006'^^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/507193'^^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%2F507238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507238> ;
  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%2F507238>
  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%2F507238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39623'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507238'^^xsd:anyURI;
  dwc:observationDate '1978-10-14'^^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%2F507298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507298> ;
  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%2F507298>
  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%2F507298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507298" ;
  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.42854'^^xsd:string;
  dwc:scientificName 'Sertularia ligulata Thornely, 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 '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:aphiaid '285606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285610'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507321> ;
  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%2F507321>
  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%2F507321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507321" ;
  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.42760'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507322> ;
  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%2F507322>
  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%2F507322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507322" ;
  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.42755'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.75 1.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507358" ;
  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.42030\\1,INV.42457'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (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 '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'Ghana'^^xsd:string;
  dwc:longitude '1.366667'^^xsd:double;
  dwc:latitude '4.75'^^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 '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507358'^^xsd:anyURI;
  dwc:observationDate '1938-01-21'^^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%2F507359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.75 1.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507359" ;
  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.42030\\,INV.42030\\1'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (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 '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'Ghana'^^xsd:string;
  dwc:longitude '1.366667'^^xsd:double;
  dwc:latitude '4.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:11553'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507359'^^xsd:anyURI;
  dwc:observationDate '1938-01-21'^^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%2F507360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.75 1.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507360" ;
  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.42030\\1,INV.42450'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (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 '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'Ghana'^^xsd:string;
  dwc:longitude '1.366667'^^xsd:double;
  dwc:latitude '4.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:11553'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507360'^^xsd:anyURI;
  dwc:observationDate '1938-01-21'^^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%2F507427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40574'^^xsd:string;
  dwc:scientificName 'Dichotomia cannoides Brooks, 1866'^^xsd: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 '289810'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507427'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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\\2,INV.38335'^^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: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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507530'^^xsd:anyURI;
  dwc:observationDate '1964-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%2F507576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507576> ;
  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%2F507576>
  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%2F507576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39271,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507576'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F507577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507577> ;
  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%2F507577>
  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%2F507577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39288,INV.39289,INV.39291,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507577'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F507741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507741> ;
  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%2F507741>
  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%2F507741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42181'^^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.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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507741'^^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%2F507787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38581'^^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 '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 '292251'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507787'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F507807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507807> ;
  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%2F507807>
  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%2F507807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507807" ;
  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.40105'^^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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507807'^^xsd:anyURI;
  dwc:observationDate '1937-12-26'^^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%2F507819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507819> ;
  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%2F507819>
  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%2F507819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507819" ;
  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.41280'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F508122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508122" ;
  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.42910,INV.42913'^^xsd:string;
  dwc:scientificName 'Sertularia tubuliformis (Marktanner-Turneretscher, 1890)'^^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 '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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/508122'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F508123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508123" ;
  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.42909,INV.42910'^^xsd:string;
  dwc:scientificName 'Sertularia tubuliformis (Marktanner-Turneretscher, 1890)'^^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 '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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/508123'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508191> ;
  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%2F508191>
  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%2F508191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508191" ;
  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\\5'^^xsd:string;
  dwc:scientificName 'Sertularia distans (Lamouroux, 1816)'^^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 '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/508191'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^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%2F508192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508192> ;
  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%2F508192>
  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%2F508192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508192" ;
  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.42804'^^xsd:string;
  dwc:scientificName 'Sertularia distans (Lamouroux, 1816)'^^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 '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/508192'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^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%2F508240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508240> ;
  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%2F508240>
  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%2F508240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42014'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/508240'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F508556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.15541 29.15129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.15541"^^xsd:decimal ;
  dwc:decimalLongitude "29.15129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508556" ;
  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/st75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43939'^^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/st75'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Lac Tanganika'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.15129'^^xsd:double;
  dwc:latitude '-4.15541'^^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/508556'^^xsd:anyURI;
  dwc:observationDate '1947-01-21'^^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%2F508679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508679> ;
  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%2F508679>
  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%2F508679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508679" ;
  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.38594'^^xsd:string;
  dwc:scientificName 'Amphinema dinema 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 '27383'^^xsd:integer;
  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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117778'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/508679'^^xsd:anyURI;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117778'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F508892> ;
  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%2F508892>
  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%2F508892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/508892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43778'^^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 '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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/508892'^^xsd:anyURI;
  dwc:observationDate '1960-06-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%2F509015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 2.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.41"^^xsd:decimal ;
  dwc:decimalLongitude "2.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%2F509015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 2.05)"^^geo:wktLiteral ;
  geo-pos:lat "48.41"^^xsd:decimal ;
  geo-pos:long "2.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509015" ;
  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.43440'^^xsd:string;
  dwc:scientificName 'Laomedea angulata 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:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '2.05'^^xsd:double;
  dwc:latitude '48.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:24717'^^xsd:anyURI;
  dwc:aphiaid '117379'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509015'^^xsd:anyURI;
  dwc:observationDate '1934-09-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%2F509060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509060> ;
  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%2F509060>
  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%2F509060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509060" ;
  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.40554'^^xsd:string;
  dwc:scientificName 'Tetrapoma quadridentata (Hincks, 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/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 '834565'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509060'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509066> ;
  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%2F509066>
  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%2F509066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509066" ;
  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.43691'^^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: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 '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509066'^^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%2F509067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509067> ;
  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%2F509067>
  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%2F509067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509067" ;
  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.43671'^^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: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 '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509067'^^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%2F509071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509071> ;
  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%2F509071>
  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%2F509071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509071" ;
  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.42488'^^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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509071'^^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%2F509072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509072> ;
  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%2F509072>
  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%2F509072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509072" ;
  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.42528'^^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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509072'^^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%2F509126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509126> ;
  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%2F509126>
  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%2F509126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509126" ;
  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/st007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41666'^^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/st007'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509126'^^xsd:anyURI;
  dwc:observationDate '1935-10-29'^^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%2F509168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509168> ;
  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%2F509168>
  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%2F509168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39583'^^xsd:string;
  dwc:scientificName 'Solanderia 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 '1953'^^xsd:integer;
  dwc:monthCollected '7'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288713'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509168'^^xsd:anyURI;
  dwc:observationDate '1953-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '288713'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509169> ;
  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%2F509169>
  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%2F509169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509169" ;
  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.42090'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509169'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^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%2F509170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509170> ;
  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%2F509170>
  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%2F509170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509170" ;
  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.42081'^^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/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 '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509170'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^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%2F509182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509182> ;
  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%2F509182>
  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%2F509182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41097'^^xsd:string;
  dwc:scientificName 'Halopteris diaphana (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: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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509182'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 -3.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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%2F509250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 -3.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "-3.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39568,INV.39569,INV.39572'^^xsd:string;
  dwc:scientificName 'Rosalinda incrustans Kramp, 1947'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Picard'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-3.11'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117869'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509250'^^xsd:anyURI;
  dwc:observationDate '1958-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117869'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 -3.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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%2F509251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 -3.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "-3.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39568,INV.39569,INV.39571'^^xsd:string;
  dwc:scientificName 'Rosalinda incrustans Kramp, 1947'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Picard'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-3.11'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117869'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509251'^^xsd:anyURI;
  dwc:observationDate '1958-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117869'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509279> ;
  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%2F509279>
  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%2F509279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509279" ;
  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.40514'^^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/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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509279'^^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%2F509371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44092'^^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 '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 '174752'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509371'^^xsd:anyURI;
  dwc:observationDate '1985-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%2F509480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509480> ;
  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%2F509480>
  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%2F509480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509480" ;
  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.39965'^^xsd:string;
  dwc:scientificName 'Aequorea aequorea (Forskäl, 1775)'^^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 '117268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509480'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38043'^^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: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 '221102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221102'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509930> ;
  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%2F509930>
  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%2F509930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39746'^^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 '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 '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509930'^^xsd:anyURI;
  dwc:observationDate '1965-08-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%2F510010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510010> ;
  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%2F510010>
  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%2F510010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39968'^^xsd:string;
  dwc:scientificName 'Aequorea australis 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 '1969'^^xsd:integer;
  dwc:monthCollected '8'^^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 '283989'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510010'^^xsd:anyURI;
  dwc:observationDate '1969-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '283989'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510279> ;
  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%2F510279>
  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%2F510279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510279" ;
  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.41004'^^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 '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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510279'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510391> ;
  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%2F510391>
  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%2F510391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510391" ;
  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.41986'^^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: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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510391'^^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%2F510498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39913'^^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 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^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 '291304'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510498'^^xsd:anyURI;
  dwc:observationDate '1977-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '291304'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41563'^^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: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 '289264'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510554'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '289264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510586> ;
  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%2F510586>
  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%2F510586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510586" ;
  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'^^xsd:string;
  dwc:scientificName 'Halecium mediterraneum Weismann, 1883'^^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 '117594'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510586'^^xsd:anyURI;
  dwc:observationDate '1929-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117594'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510653> ;
  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%2F510653>
  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%2F510653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510653" ;
  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.41665'^^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/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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510653'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F510654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510654> ;
  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%2F510654>
  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%2F510654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510654" ;
  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.41687'^^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/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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510654'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F510769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510769> ;
  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%2F510769>
  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%2F510769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510769" ;
  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.43036'^^xsd:string;
  dwc:scientificName 'Staurotheca antarctica 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 '1902'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '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:11365'^^xsd:anyURI;
  dwc:aphiaid '174591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510769'^^xsd:anyURI;
  dwc:observationDate '1902-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '174591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.766667 13.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.766667"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F510936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.766667 13.066667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.766667"^^xsd:decimal ;
  geo-pos:long "13.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510936" ;
  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.41270'^^xsd:string;
  dwc:scientificName 'Hebella michaelseni Broch, 1914'^^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 'type'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.066667'^^xsd:double;
  dwc:latitude '-7.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117697'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510936'^^xsd:anyURI;
  dwc:observationDate '1888-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117697'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F510956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/510956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38580'^^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 '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 '292251'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/510956'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F511086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511086> ;
  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%2F511086>
  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%2F511086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511086" ;
  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.40018'^^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 '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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511086'^^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%2F511087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511087> ;
  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%2F511087>
  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%2F511087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511087" ;
  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.40026'^^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 '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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511087'^^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%2F511172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.41"^^xsd:decimal ;
  dwc:decimalLongitude "14.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%2F511172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "-22.41"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511172" ;
  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.40453'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^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 'Namibia'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '-22.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 '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.41"^^xsd:decimal ;
  dwc:decimalLongitude "14.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%2F511173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.41 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "-22.41"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511173" ;
  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.40449'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^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 'Namibia'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '-22.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 '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38664'^^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:startYearCollected '1978'^^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 '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511353> ;
  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%2F511353>
  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%2F511353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511353" ;
  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.41220'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511479> ;
  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%2F511479>
  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%2F511479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38861'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511479'^^xsd:anyURI;
  dwc:observationDate '1962-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%2F511523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511523> ;
  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%2F511523>
  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%2F511523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511523" ;
  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.40713'^^xsd:string;
  dwc:scientificName 'Tima flavilabris Eschscholtz, 1829'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1901'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6823'^^xsd:anyURI;
  dwc:aphiaid '117528'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511523'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117528'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511549> ;
  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%2F511549>
  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%2F511549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511549" ;
  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.42393'^^xsd:string;
  dwc:scientificName 'Idiella 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: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:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511549'^^xsd:anyURI;
  dwc:observationDate '1931-09-19'^^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%2F511603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511603> ;
  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%2F511603>
  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%2F511603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511603" ;
  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.41947'^^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/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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511603'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F511604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511604> ;
  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%2F511604>
  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%2F511604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511604" ;
  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.41905'^^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/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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511604'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F511701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511701> ;
  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%2F511701>
  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%2F511701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511701" ;
  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.42391\\1'^^xsd:string;
  dwc:scientificName 'Acryptolaria sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117128'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511702> ;
  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%2F511702>
  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%2F511702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511702" ;
  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.41186'^^xsd:string;
  dwc:scientificName 'Acryptolaria sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117128'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F511841> ;
  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%2F511841>
  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%2F511841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/511841" ;
  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.41994,INV.41995'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/511841'^^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%2F512016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44196'^^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: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 '221236'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221236'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44173'^^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 '1975'^^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 '290726'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512030'^^xsd:anyURI;
  dwc:observationDate '1975-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '290726'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512092> ;
  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%2F512092>
  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%2F512092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42016'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512092'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3 31.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.3"^^xsd:decimal ;
  dwc:decimalLongitude "31.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39647'^^xsd:string;
  dwc:scientificName 'Sphaerocoryne bedoti 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 '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '31.13'^^xsd:double;
  dwc:latitude '-29.3'^^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 '117952'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512196'^^xsd:anyURI;
  dwc:observationDate '1969-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117952'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38130'^^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: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 '221107'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512248'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F512333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512333> ;
  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%2F512333>
  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%2F512333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512333" ;
  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.41218'^^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/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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512333'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^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%2F512346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512346> ;
  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%2F512346>
  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%2F512346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38536'^^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:yearCollected '1913'^^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 '284901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512346'^^xsd:anyURI;
  dwc:observationDate '1913-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '731055'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512363> ;
  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%2F512363>
  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%2F512363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512363" ;
  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.40134'^^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 'Leloup Eugène'^^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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512363'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F512364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512364> ;
  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%2F512364>
  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%2F512364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512364" ;
  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.40097'^^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 'Leloup Eugène'^^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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512364'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F512461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.06667 15.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.06667"^^xsd:decimal ;
  dwc:decimalLongitude "15.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512461" ;
  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.42835'^^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 '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 '15.61667'^^xsd:double;
  dwc:latitude '40.06667'^^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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.06667 15.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.06667"^^xsd:decimal ;
  dwc:decimalLongitude "15.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512462" ;
  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.42821'^^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 '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 '15.61667'^^xsd:double;
  dwc:latitude '40.06667'^^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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.11 0.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.11"^^xsd:decimal ;
  dwc:decimalLongitude "0.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%2F512472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.11 0.21)"^^geo:wktLiteral ;
  geo-pos:lat "49.11"^^xsd:decimal ;
  geo-pos:long "0.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39351'^^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: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 '0.21'^^xsd:double;
  dwc:latitude '49.11'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/512472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.741666 -6.204167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.741666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.204167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512521" ;
  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/st57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40311'^^xsd:string;
  dwc:scientificName 'Cladocarpus sigma Allman, 1877'^^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/st57'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-6.204167'^^xsd:double;
  dwc:latitude '43.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 '117297'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512521'^^xsd:anyURI;
  dwc:observationDate '1886-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512728> ;
  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%2F512728>
  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%2F512728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39864'^^xsd:string;
  dwc:scientificName 'Zyzzyzus solitarius (Warren, 1906)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '291318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512728'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291318'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512981> ;
  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%2F512981>
  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%2F512981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512981" ;
  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.38451'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512981'^^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%2F513037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513037> ;
  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%2F513037>
  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%2F513037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43810'^^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 '5'^^xsd:integer;
  dwc:dayCollected '19'^^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/513037'^^xsd:anyURI;
  dwc:observationDate '1958-05-19'^^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%2F513119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513119> ;
  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%2F513119>
  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%2F513119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513119" ;
  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.43579'^^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/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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513119'^^xsd:anyURI;
  dwc:observationDate '1897-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%2F513157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513157> ;
  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%2F513157>
  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%2F513157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513157" ;
  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.43292'^^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 '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/513157'^^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%2F513158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513158> ;
  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%2F513158>
  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%2F513158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513158" ;
  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.43263'^^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 '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/513158'^^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%2F513202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39907'^^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 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285996'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513202'^^xsd:anyURI;
  dwc:observationDate '1985-07-14'^^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%2F513246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513246> ;
  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%2F513246>
  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%2F513246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513246" ;
  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.44061'^^xsd:string;
  dwc:scientificName 'Cunina peregrina Bigelow, 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 '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513246'^^xsd:anyURI;
  dwc:observationDate '1949-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '221242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.266667 3.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.266667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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%2F513305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.266667 3.883333)"^^geo:wktLiteral ;
  geo-pos:lat "55.266667"^^xsd:decimal ;
  geo-pos:long "3.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513305" ;
  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/st2669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38532'^^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/st2669'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '3.883333'^^xsd:double;
  dwc:latitude '55.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 '284898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513305'^^xsd:anyURI;
  dwc:observationDate '1907-09-10'^^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%2F513435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39930'^^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 '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 '221191'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513435'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F513482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40583'^^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: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 '221224'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513482'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F513537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.38 111.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.38"^^xsd:decimal ;
  dwc:decimalLongitude "111.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%2F513537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.38 111.55)"^^geo:wktLiteral ;
  geo-pos:lat "8.38"^^xsd:decimal ;
  geo-pos:long "111.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513537" ;
  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.42218'^^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 'Spratly Islands'^^xsd:string;
  dwc:longitude '111.55'^^xsd:double;
  dwc:latitude '8.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:11329'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513537'^^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%2F513623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513623> ;
  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%2F513623>
  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%2F513623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513623" ;
  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.41824'^^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: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 '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513623'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^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%2F513803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513803> ;
  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%2F513803>
  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%2F513803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513803" ;
  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.39261'^^xsd:string;
  dwc:scientificName 'Euphysa aurata Forbes, 1848'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117561'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513803'^^xsd:anyURI;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513821> ;
  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%2F513821>
  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%2F513821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513821" ;
  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.41280\\1'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513821'^^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%2F513836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513836> ;
  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%2F513836>
  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%2F513836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43925'^^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: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/513836'^^xsd:anyURI;
  dwc:observationDate '1953-12-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%2F514048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514048> ;
  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%2F514048>
  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%2F514048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514048" ;
  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.40837'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (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 '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514048'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.270834 -24.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.270834"^^xsd:decimal ;
  dwc:decimalLongitude "-24.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%2F514306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.270834 -24.7625)"^^geo:wktLiteral ;
  geo-pos:lat "37.270834"^^xsd:decimal ;
  geo-pos:long "-24.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514306" ;
  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/st548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40298'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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/st548'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-24.7625'^^xsd:double;
  dwc:latitude '37.270834'^^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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514306'^^xsd:anyURI;
  dwc:observationDate '1895-07-01'^^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%2F514379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514379> ;
  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%2F514379>
  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%2F514379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514379" ;
  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.38476'^^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/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 '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514379'^^xsd:anyURI;
  dwc:observationDate '1907-08-18'^^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%2F514538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514538> ;
  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%2F514538>
  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%2F514538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514538" ;
  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.42511'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514538'^^xsd:anyURI;
  dwc:observationDate '1901-07-26'^^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%2F514574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514574> ;
  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%2F514574>
  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%2F514574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514574" ;
  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.42128'^^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.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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514574'^^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%2F514575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514575> ;
  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%2F514575>
  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%2F514575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514575" ;
  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.42155'^^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.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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514575'^^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%2F514591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514591> ;
  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%2F514591>
  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%2F514591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44069'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514591'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F514760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514760" ;
  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.38216,INV.38244'^^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 '10'^^xsd:integer;
  dwc:latitude '53.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 '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514760'^^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%2F514761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514761" ;
  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.38216,INV.38217'^^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 '10'^^xsd:integer;
  dwc:latitude '53.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 '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514761'^^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%2F514785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F514785> ;
  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%2F514785>
  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%2F514785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/514785" ;
  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.40168'^^xsd:string;
  dwc:scientificName 'Aglaophenia patagonica (d\'Orbigny, 1839)'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/514785'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515111> ;
  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%2F515111>
  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%2F515111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38507'^^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:yearCollected '1955'^^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 '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515111'^^xsd:anyURI;
  dwc:observationDate '1955-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%2F515163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515163> ;
  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%2F515163>
  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%2F515163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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 '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 '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515163'^^xsd:anyURI;
  dwc:observationDate '1965-04-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%2F515335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515335> ;
  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%2F515335>
  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%2F515335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39633'^^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 '15'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515335'^^xsd:anyURI;
  dwc:observationDate '1978-10-15'^^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%2F515370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -80.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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%2F515370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -80.5)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-80.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515370" ;
  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.43534'^^xsd:string;
  dwc:scientificName 'Laomedea dubia (Nutting, 1901)'^^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 '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Guayaquil Gulf'^^xsd:string;
  dwc:country 'Ecuador'^^xsd:string;
  dwc:longitude '-80.5'^^xsd:double;
  dwc:latitude '-3'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515370'^^xsd:anyURI;
  dwc:observationDate '1934-11-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -80.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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%2F515371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -80.5)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-80.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515371" ;
  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.43533'^^xsd:string;
  dwc:scientificName 'Laomedea dubia (Nutting, 1901)'^^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 '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Guayaquil Gulf'^^xsd:string;
  dwc:country 'Ecuador'^^xsd:string;
  dwc:longitude '-80.5'^^xsd:double;
  dwc:latitude '-3'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^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/515371'^^xsd:anyURI;
  dwc:observationDate '1934-11-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.60471 -2.01822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.60471"^^xsd:decimal ;
  dwc:decimalLongitude "-2.01822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515415" ;
  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.38936'^^xsd:string;
  dwc:scientificName 'Corymorpha nutans (Sars, 1835)'^^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 '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-2.01822'^^xsd:double;
  dwc:latitude '48.60471'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515415'^^xsd:anyURI;
  dwc:observationDate '1935-03-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%2F515435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.23 114.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.23"^^xsd:decimal ;
  dwc:decimalLongitude "114.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%2F515435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.23 114.21)"^^geo:wktLiteral ;
  geo-pos:lat "10.23"^^xsd:decimal ;
  geo-pos:long "114.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515435" ;
  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.40863'^^xsd:string;
  dwc:scientificName 'Halecium humile 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: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 'Spratly Islands'^^xsd:string;
  dwc:longitude '114.21'^^xsd:double;
  dwc:latitude '10.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:11329'^^xsd:anyURI;
  dwc:aphiaid '284735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284735'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515589> ;
  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%2F515589>
  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%2F515589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41633'^^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: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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117804'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515589'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F515697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40653'^^xsd:string;
  dwc:scientificName 'Eutima curva 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 '1976'^^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 '221227'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515697'^^xsd:anyURI;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221227'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516080> ;
  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%2F516080>
  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%2F516080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516080" ;
  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.42478'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516080'^^xsd:anyURI;
  dwc:observationDate '1897-08-10'^^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%2F516081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516081> ;
  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%2F516081>
  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%2F516081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516081" ;
  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.42497'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516081'^^xsd:anyURI;
  dwc:observationDate '1897-08-10'^^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%2F516142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516142> ;
  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%2F516142>
  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%2F516142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39943'^^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 '1974'^^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 '117718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516142'^^xsd:anyURI;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117718'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516148> ;
  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%2F516148>
  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%2F516148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "21782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42458'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^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 '21782'^^xsd:integer;
  dwc:yearCollected '1901'^^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:21782'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516148'^^xsd:anyURI;
  dwc:observationDate '1901-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%2F516199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516199> ;
  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%2F516199>
  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%2F516199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516199" ;
  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.43767'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8693'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516199'^^xsd:anyURI;
  dwc:observationDate '1922-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.55 147.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.55"^^xsd:decimal ;
  dwc:decimalLongitude "147.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%2F516307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.55 147.2)"^^geo:wktLiteral ;
  geo-pos:lat "-42.55"^^xsd:decimal ;
  geo-pos:long "147.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516307" ;
  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.40063'^^xsd:string;
  dwc:scientificName 'Aglaophenia elegans Nutting, 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 'Australia'^^xsd:string;
  dwc:longitude '147.2'^^xsd:double;
  dwc:latitude '-42.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 '117279'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39761'^^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: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 '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516517'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516698> ;
  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%2F516698>
  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%2F516698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38805'^^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 '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 '117848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516698'^^xsd:anyURI;
  dwc:observationDate '1968-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117848'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41538,INV.41540'^^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 '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 '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516744'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F516881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516881> ;
  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%2F516881>
  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%2F516881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516881" ;
  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.43522'^^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/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 '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516881'^^xsd:anyURI;
  dwc:observationDate '1887-07-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%2F517124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517124> ;
  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%2F517124>
  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%2F517124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517124" ;
  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.39422,INV.39449'^^xsd:string;
  dwc:scientificName 'Halocordyle disticha (Goldfuss, 1820)'^^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: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:8693'^^xsd:anyURI;
  dwc:aphiaid '220570'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517124'^^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%2F517125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517125> ;
  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%2F517125>
  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%2F517125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517125" ;
  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.39421,INV.39422'^^xsd:string;
  dwc:scientificName 'Halocordyle disticha (Goldfuss, 1820)'^^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: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:8693'^^xsd:anyURI;
  dwc:aphiaid '220570'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517125'^^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%2F517256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.14 -133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.14"^^xsd:decimal ;
  dwc:decimalLongitude "-133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517256" ;
  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.42304'^^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 '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 '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-133'^^xsd:integer;
  dwc:latitude '54.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 '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517256'^^xsd:anyURI;
  dwc:observationDate '1932-11-14'^^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%2F517257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.14 -133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.14"^^xsd:decimal ;
  dwc:decimalLongitude "-133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517257" ;
  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.42303'^^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 '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 '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-133'^^xsd:integer;
  dwc:latitude '54.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 '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517257'^^xsd:anyURI;
  dwc:observationDate '1932-11-14'^^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%2F517385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517385> ;
  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%2F517385>
  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%2F517385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517385" ;
  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.40224'^^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:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517385'^^xsd:anyURI;
  dwc:observationDate '1908-01-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%2F517506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.67302 177.30635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.67302"^^xsd:decimal ;
  dwc:decimalLongitude "177.30635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517506" ;
  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.42992'^^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 '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 '177.30635'^^xsd:double;
  dwc:latitude '-17.67302'^^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/517506'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.67302 177.30635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.67302"^^xsd:decimal ;
  dwc:decimalLongitude "177.30635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517507" ;
  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.42991'^^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 '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 '177.30635'^^xsd:double;
  dwc:latitude '-17.67302'^^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/517507'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 3.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.41"^^xsd:decimal ;
  dwc:decimalLongitude "3.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%2F517613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.41 3.56)"^^geo:wktLiteral ;
  geo-pos:lat "48.41"^^xsd:decimal ;
  geo-pos:long "3.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43894'^^xsd:string;
  dwc:scientificName 'Gonionemus vertens 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 '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.56'^^xsd:double;
  dwc:latitude '48.41'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117768'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517613'^^xsd:anyURI;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117768'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517866> ;
  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%2F517866>
  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%2F517866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517866" ;
  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.38443'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (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:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '7'^^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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517866'^^xsd:anyURI;
  dwc:observationDate '1929-07-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%2F517876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517876> ;
  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%2F517876>
  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%2F517876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43749'^^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 '1969'^^xsd:integer;
  dwc:monthCollected '8'^^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 '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517876'^^xsd:anyURI;
  dwc:observationDate '1969-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%2F517900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.03 18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.03"^^xsd:decimal ;
  dwc:decimalLongitude "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%2F517900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.03 18)"^^geo:wktLiteral ;
  geo-pos:lat "-33.03"^^xsd:decimal ;
  geo-pos:long "18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39220'^^xsd:string;
  dwc:scientificName 'Bicorona elegans Millard, 1966'^^xsd: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 '1957'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18'^^xsd:integer;
  dwc:latitude '-33.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:27838'^^xsd:anyURI;
  dwc:aphiaid '289522'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517900'^^xsd:anyURI;
  dwc:observationDate '1957-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '289522'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F517950> ;
  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%2F517950>
  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%2F517950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/517950" ;
  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.41355'^^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 '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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/517950'^^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%2F518034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518034> ;
  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%2F518034>
  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%2F518034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43341'^^xsd:string;
  dwc:scientificName 'Clytia gravieri (Billard, 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 '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 '292593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518034'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117370'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518059> ;
  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%2F518059>
  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%2F518059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38657'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1958'^^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 '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518059'^^xsd:anyURI;
  dwc:observationDate '1958-08-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%2F518081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518081> ;
  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%2F518081>
  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%2F518081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518081" ;
  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.41765'^^xsd:string;
  dwc:scientificName 'Plumularia lagenifera Allman, 1885'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9376'^^xsd:integer;
  dwc:yearCollected '1912'^^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 '285262'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518081'^^xsd:anyURI;
  dwc:observationDate '1912-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285262'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518098> ;
  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%2F518098>
  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%2F518098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518098" ;
  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.42374'^^xsd:string;
  dwc:scientificName 'Idiella 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: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:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518098'^^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%2F518251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518251> ;
  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%2F518251>
  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%2F518251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518251" ;
  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\\1'^^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: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 '285553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1554220'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518340> ;
  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%2F518340>
  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%2F518340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38355'^^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 '1969'^^xsd:integer;
  dwc:monthCollected '8'^^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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518340'^^xsd:anyURI;
  dwc:observationDate '1969-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44084'^^xsd:string;
  dwc:scientificName 'Pegantha clara 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 '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 '117942'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518503'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117942'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44205'^^xsd:string;
  dwc:scientificName 'Rhopalonema funerarium 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 '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 '117864'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518552'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39878'^^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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518642'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F518653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518653> ;
  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%2F518653>
  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%2F518653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518653" ;
  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.41438'^^xsd:string;
  dwc:scientificName 'Zygophylax geniculata (Clarke, 1894)'^^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 '285004'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518653'^^xsd:anyURI;
  dwc:observationDate '1895-07-16'^^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%2F518654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518654> ;
  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%2F518654>
  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%2F518654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518654" ;
  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.41435'^^xsd:string;
  dwc:scientificName 'Zygophylax geniculata (Clarke, 1894)'^^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 '285004'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518654'^^xsd:anyURI;
  dwc:observationDate '1895-07-16'^^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%2F518660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.333333 122.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.333333"^^xsd:decimal ;
  dwc:decimalLongitude "122.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%2F518660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.333333 122.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.333333"^^xsd:decimal ;
  geo-pos:long "122.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518660" ;
  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/st204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42113'^^xsd:string;
  dwc:scientificName 'Diphasia thornelyi Ritchie, 1909'^^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/st204'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Buton'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '122.966667'^^xsd:double;
  dwc:latitude '-4.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:9464'^^xsd:anyURI;
  dwc:aphiaid '285430'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518660'^^xsd:anyURI;
  dwc:observationDate '1899-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '285430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.333333 122.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.333333"^^xsd:decimal ;
  dwc:decimalLongitude "122.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%2F518661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.333333 122.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.333333"^^xsd:decimal ;
  geo-pos:long "122.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518661" ;
  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/st204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42112'^^xsd:string;
  dwc:scientificName 'Diphasia thornelyi Ritchie, 1909'^^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/st204'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Buton'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '122.966667'^^xsd:double;
  dwc:latitude '-4.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:9464'^^xsd:anyURI;
  dwc:aphiaid '285430'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518661'^^xsd:anyURI;
  dwc:observationDate '1899-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '285430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.11667 -109.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-109.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519116" ;
  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.41807'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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 '10647'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-109.36667'^^xsd:double;
  dwc:latitude '-27.11667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519116'^^xsd:anyURI;
  dwc:observationDate '1934-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519187> ;
  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%2F519187>
  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%2F519187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519187" ;
  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'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519187'^^xsd:anyURI;
  dwc:observationDate '1938-01-11'^^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%2F519188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519188> ;
  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%2F519188>
  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%2F519188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519188" ;
  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.40976'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519188'^^xsd:anyURI;
  dwc:observationDate '1938-01-11'^^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%2F519189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519189> ;
  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%2F519189>
  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%2F519189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519189" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519189'^^xsd:anyURI;
  dwc:observationDate '1938-01-11'^^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%2F519324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519324> ;
  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%2F519324>
  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%2F519324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38151'^^xsd:string;
  dwc:scientificName 'Thamnostoma cidaritis 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 '1957'^^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 '284286'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519324'^^xsd:anyURI;
  dwc:observationDate '1957-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40572'^^xsd:string;
  dwc:scientificName 'Dichotomia cannoides Brooks, 1866'^^xsd: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 '289810'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519406'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519512> ;
  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%2F519512>
  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%2F519512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39342'^^xsd:string;
  dwc:scientificName 'Millepora platyphylla Hemprich & Erhenberg, 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 '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 '210730'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519512'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210730'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519578> ;
  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%2F519578>
  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%2F519578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519578" ;
  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.43490'^^xsd:string;
  dwc:scientificName 'Laomedea cylindrica (Agassiz, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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:collector 'Zaslavsky V.'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/519578'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519635> ;
  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%2F519635>
  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%2F519635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519635" ;
  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'^^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 '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 '117592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519635'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F519636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519636> ;
  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%2F519636>
  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%2F519636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519636" ;
  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.40941'^^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 '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 '117592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519636'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F519704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.15 -89.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.15"^^xsd:decimal ;
  dwc:decimalLongitude "-89.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519704" ;
  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/st286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.38478'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^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/st286'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-89.25'^^xsd:double;
  dwc:latitude '-71.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:10131'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519704'^^xsd:anyURI;
  dwc:observationDate '1898-05-11'^^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%2F519733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9125 -29.172223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9125"^^xsd:decimal ;
  dwc:decimalLongitude "-29.172223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519733" ;
  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/st903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41339'^^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/st903'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-29.172223'^^xsd:double;
  dwc:latitude '37.9125'^^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/519733'^^xsd:anyURI;
  dwc:observationDate '1897-08-13'^^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%2F519778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519778> ;
  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%2F519778>
  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%2F519778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519778" ;
  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.40512\\2'^^xsd:string;
  dwc:scientificName 'Sertularella sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117233'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519778'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117233'^^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%2F519804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.833333 11.533333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.833333"^^xsd:decimal ;
  dwc:decimalLongitude "11.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519804" ;
  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/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 '2011-10-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44312'^^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/st015'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '11.533333'^^xsd:double;
  dwc:latitude '-5.833333'^^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/519804'^^xsd:anyURI;
  dwc:observationDate '1948-08-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%2F519805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.833333 11.533333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.833333"^^xsd:decimal ;
  dwc:decimalLongitude "11.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519805" ;
  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/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 '2011-10-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44313'^^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/st015'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '11.533333'^^xsd:double;
  dwc:latitude '-5.833333'^^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/519805'^^xsd:anyURI;
  dwc:observationDate '1948-08-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%2F519822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519822> ;
  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%2F519822>
  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%2F519822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42023'^^xsd:string;
  dwc:scientificName 'Lafoeidae'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '1609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519822'^^xsd:anyURI;
  dwc:observationDate '1972-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519979> ;
  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%2F519979>
  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%2F519979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519979" ;
  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.40460'^^xsd:string;
  dwc:scientificName 'Thecocarpus leopoldi Leloup, 1930'^^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 '2'^^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 '292288'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519979'^^xsd:anyURI;
  dwc:observationDate '1929-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '117303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519980> ;
  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%2F519980>
  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%2F519980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519980" ;
  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.40461'^^xsd:string;
  dwc:scientificName 'Thecocarpus leopoldi Leloup, 1930'^^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 'type'^^xsd:string;
  dwc:fieldNumber '9223'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '292288'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519980'^^xsd:anyURI;
  dwc:observationDate '1929-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '117303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519987" ;
  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.38655'^^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 '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 '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519987'^^xsd:anyURI;
  dwc:observationDate '1975-09-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%2F519990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519990> ;
  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%2F519990>
  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%2F519990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38932'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519990'^^xsd:anyURI;
  dwc:observationDate '1963-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%2F519991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519991> ;
  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%2F519991>
  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%2F519991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519991" ;
  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.41900'^^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 '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 '117678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519991'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F520027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520027> ;
  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%2F520027>
  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%2F520027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38113'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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:yearCollected '1959'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520027'^^xsd:anyURI;
  dwc:observationDate '1959-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.551389 1.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.551389"^^xsd:decimal ;
  dwc:decimalLongitude "1.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%2F520044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.551389 1.116667)"^^geo:wktLiteral ;
  geo-pos:lat "59.551389"^^xsd:decimal ;
  geo-pos:long "1.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520044" ;
  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/9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41953'^^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:gYear;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '1.116667'^^xsd:double;
  dwc:latitude '59.551389'^^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/520044'^^xsd:anyURI;
  dwc:observationDate '1905-07-22'^^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%2F520045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.551389 1.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.551389"^^xsd:decimal ;
  dwc:decimalLongitude "1.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%2F520045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.551389 1.116667)"^^geo:wktLiteral ;
  geo-pos:lat "59.551389"^^xsd:decimal ;
  geo-pos:long "1.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520045" ;
  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/9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41913'^^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:gYear;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '1.116667'^^xsd:double;
  dwc:latitude '59.551389'^^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/520045'^^xsd:anyURI;
  dwc:observationDate '1905-07-22'^^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%2F520073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41546'^^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 '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 '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520073'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F520126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520126> ;
  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%2F520126>
  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%2F520126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520126" ;
  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.38524'^^xsd:string;
  dwc:scientificName 'Hydractinia epiconcha Stechow, 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 '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^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/520126'^^xsd:anyURI;
  dwc:observationDate '1935-08-05'^^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%2F520153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44004'^^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 '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 '117263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520153'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F520262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520262> ;
  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%2F520262>
  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%2F520262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38074'^^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: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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520477> ;
  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%2F520477>
  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%2F520477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520477" ;
  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.41713'^^xsd:string;
  dwc:scientificName 'Nemertesia johnstoni Kirchenpauer, 1876'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kirchenpauer'^^xsd:string;
  dwc:yearIdentified '1876'^^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 '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 '292357'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520477'^^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%2F520478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520478> ;
  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%2F520478>
  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%2F520478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39349'^^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 '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 '117761'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520478'^^xsd:anyURI;
  dwc:observationDate '1962-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117761'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520535> ;
  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%2F520535>
  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%2F520535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43745'^^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 '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 '117385'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520535'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F520737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520737> ;
  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%2F520737>
  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%2F520737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520737" ;
  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.43109'^^xsd:string;
  dwc:scientificName 'Campanularia edwardsi (Nutting, 1901)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9376'^^xsd:integer;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^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:aphiaid '157925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520737'^^xsd:anyURI;
  dwc:observationDate '1909-07-24'^^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%2F520780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520780> ;
  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%2F520780>
  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%2F520780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520780" ;
  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.40113'^^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/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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520780'^^xsd:anyURI;
  dwc:observationDate '1887-07-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%2F520785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.43 -67.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.43"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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%2F520785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.43 -67.23)"^^geo:wktLiteral ;
  geo-pos:lat "-55.43"^^xsd:decimal ;
  geo-pos:long "-67.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520785" ;
  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.42425'^^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 '-67.23'^^xsd:double;
  dwc:latitude '-55.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:22225'^^xsd:anyURI;
  dwc:aphiaid '292429'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520785'^^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%2F520833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38983'^^xsd:string;
  dwc:scientificName 'Euphysora verrucosa Bouillon, 1978'^^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 '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:27838'^^xsd:anyURI;
  dwc:aphiaid '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520833'^^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%2F521005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.25"^^xsd:decimal ;
  dwc:decimalLongitude "10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/521005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41488'^^xsd:string;
  dwc:scientificName 'Ptychogena crocea Kramp & Damas, 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: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 'Norway'^^xsd:string;
  dwc:longitude '10.25'^^xsd:double;
  dwc:latitude '63.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 '117727'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/521005'^^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%2F521297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.939722 -71.350833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.939722"^^xsd:decimal ;
  dwc:decimalLongitude "-71.350833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/521297" ;
  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" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40528\\1'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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'^^xsd:integer;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Oceans;Océan Pacifique;Pacific Ocean'^^xsd:string;
  dwc:longitude '-71.350833'^^xsd:double;
  dwc:latitude '-29.939722'^^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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/521297'^^xsd:anyURI;
  dwc:observationDate '1949-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.5712 -71.2037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.5712"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "21628.952120910973"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/521621" ;
  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/stM128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41941'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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/stM128'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.2037'^^xsd:double;
  dwc:latitude '-29.5712'^^xsd:double;
  dwc:coordinatePrecision '21628.952120911'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/521621'^^xsd:anyURI;
  dwc:observationDate '1949-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521878> ;
  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%2F521878>
  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%2F521878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/521878" ;
  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.40486'^^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 '11329'^^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 '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:11365'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/521878'^^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%2F522410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522410> ;
  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%2F522410>
  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%2F522410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522410" ;
  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.42359'^^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/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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522410'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F522486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522486> ;
  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%2F522486>
  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%2F522486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522486" ;
  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.41051'^^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/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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522486'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^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%2F522556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522556> ;
  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%2F522556>
  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%2F522556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522556" ;
  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.40053'^^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 '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 '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418889'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522557> ;
  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%2F522557>
  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%2F522557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522557" ;
  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.40049'^^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 '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 '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418889'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522748> ;
  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%2F522748>
  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%2F522748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522748" ;
  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'^^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/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 '212905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522748'^^xsd:anyURI;
  dwc:observationDate '1936-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '212905'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522825> ;
  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%2F522825>
  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%2F522825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522825" ;
  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.42661'^^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 '-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 '285544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522825'^^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%2F522826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522826> ;
  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%2F522826>
  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%2F522826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522826" ;
  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.42656'^^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 '-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 '285544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522826'^^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%2F522891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522891> ;
  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%2F522891>
  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%2F522891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38131'^^xsd:string;
  dwc:scientificName 'Koellikerina maasi (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:yearCollected '1977'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '173841'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522891'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '173841'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522923> ;
  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%2F522923>
  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%2F522923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522923" ;
  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.43004'^^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/522923'^^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%2F522981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F522981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/522981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39142'^^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: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 '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/522981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.479167 -17.994444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.479167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.994444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523239" ;
  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/st1740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43224'^^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/st1740'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-17.994444'^^xsd:double;
  dwc:latitude '28.479167'^^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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523239'^^xsd:anyURI;
  dwc:observationDate '1904-08-08'^^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%2F523240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.479167 -17.994444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.479167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.994444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523240" ;
  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/st1740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43186'^^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/st1740'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-17.994444'^^xsd:double;
  dwc:latitude '28.479167'^^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/523240'^^xsd:anyURI;
  dwc:observationDate '1904-08-08'^^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%2F523351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.034722 57.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.034722"^^xsd:decimal ;
  dwc:decimalLongitude "57.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523351" ;
  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/st134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43078'^^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/st134'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '57.833333'^^xsd:double;
  dwc:latitude '71.034722'^^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/523351'^^xsd:anyURI;
  dwc:observationDate '1907-08-13'^^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%2F523456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523456> ;
  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%2F523456>
  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%2F523456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523456" ;
  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.40516'^^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/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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523456'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^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%2F523478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38976'^^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 '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 '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523478'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F523618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523618> ;
  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%2F523618>
  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%2F523618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523618" ;
  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.41240'^^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/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 '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523618'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F523619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523619> ;
  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%2F523619>
  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%2F523619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523619" ;
  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.41234'^^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/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 '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523619'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F523661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523661> ;
  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%2F523661>
  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%2F523661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523661" ;
  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.40115'^^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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523661'^^xsd:anyURI;
  dwc:observationDate '1936-03-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%2F523747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523747> ;
  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%2F523747>
  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%2F523747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523747" ;
  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.42971'^^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 '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 '117932'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523747'^^xsd:anyURI;
  dwc:observationDate '1886-07-26'^^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%2F523779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523779> ;
  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%2F523779>
  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%2F523779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523779" ;
  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\\5,INV.42307'^^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 '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 '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523779'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F523780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F523780> ;
  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%2F523780>
  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%2F523780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/523780" ;
  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.42306,INV.42307'^^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 '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:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/523780'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F524021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524021> ;
  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%2F524021>
  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%2F524021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44190'^^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 '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 '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524021'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F524238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524238> ;
  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%2F524238>
  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%2F524238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524238" ;
  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.41855'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524238'^^xsd:anyURI;
  dwc:observationDate '1949-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524248> ;
  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%2F524248>
  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%2F524248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524248" ;
  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.42724'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (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 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524248'^^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%2F524273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44120'^^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 '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 '117567'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524273'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F524501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524501> ;
  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%2F524501>
  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%2F524501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38063'^^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 '1949'^^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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524501'^^xsd:anyURI;
  dwc:observationDate '1949-07-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%2F524634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524634> ;
  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%2F524634>
  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%2F524634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524634" ;
  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.40872'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524635> ;
  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%2F524635>
  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%2F524635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524635" ;
  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.40871'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524664> ;
  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%2F524664>
  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%2F524664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524664" ;
  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.43250'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/524664'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524670> ;
  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%2F524670>
  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%2F524670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524670" ;
  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.43145'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii 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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524670'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^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%2F524754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.55"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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%2F524754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  geo-pos:lat "-54.55"^^xsd:decimal ;
  geo-pos:long "-67.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524754" ;
  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.42430'^^xsd:string;
  dwc:scientificName 'Sertularella allmani 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 '-67.29'^^xsd:double;
  dwc:latitude '-54.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 '843084'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '843084'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.55"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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%2F524755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.55 -67.29)"^^geo:wktLiteral ;
  geo-pos:lat "-54.55"^^xsd:decimal ;
  geo-pos:long "-67.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524755" ;
  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.42426'^^xsd:string;
  dwc:scientificName 'Sertularella allmani 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 '-67.29'^^xsd:double;
  dwc:latitude '-54.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 '843084'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '843084'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524923> ;
  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 "28521.654652535726"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524923" ;
  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/st2048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41417'^^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/st2048'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.45'^^xsd:double;
  dwc:latitude '32.4'^^xsd:double;
  dwc:coordinatePrecision '28521.654652536'^^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/524923'^^xsd:anyURI;
  dwc:observationDate '1905-07-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525056> ;
  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%2F525056>
  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%2F525056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525056" ;
  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.43699'^^xsd:string;
  dwc:scientificName 'Laomedea macrotheca (Perkins, 1908)'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/525056'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525313> ;
  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%2F525313>
  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%2F525313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525313" ;
  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.42002'^^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/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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525313'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F525314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525314> ;
  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%2F525314>
  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%2F525314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525314" ;
  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.41985'^^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/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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525314'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F525524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525524> ;
  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%2F525524>
  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%2F525524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525524" ;
  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.43761'^^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 '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 '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525524'^^xsd:anyURI;
  dwc:observationDate '1935-04-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%2F525737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525737> ;
  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%2F525737>
  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%2F525737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525737" ;
  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.43096'^^xsd:string;
  dwc:scientificName 'Billardia subrufa (Jäderholm, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène, Vanhöffen'^^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 '1'^^xsd:integer;
  dwc:dayCollected '22'^^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 '174415'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525737'^^xsd:anyURI;
  dwc:observationDate '1903-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '174415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525738> ;
  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%2F525738>
  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%2F525738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525738" ;
  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.43095'^^xsd:string;
  dwc:scientificName 'Billardia subrufa (Jäderholm, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène, Vanhöffen'^^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 '1'^^xsd:integer;
  dwc:dayCollected '22'^^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 '174415'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525738'^^xsd:anyURI;
  dwc:observationDate '1903-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '174415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525781> ;
  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%2F525781>
  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%2F525781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525781" ;
  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.41949'^^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 '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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525781'^^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%2F525782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525782> ;
  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%2F525782>
  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%2F525782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525782" ;
  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.41907'^^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 '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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525782'^^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%2F525836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.066667 -14.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.066667"^^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%2F525836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.066667 -14.55)"^^geo:wktLiteral ;
  geo-pos:lat "26.066667"^^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%2F525836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525836" ;
  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/st005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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.40155'^^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/st005'^^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.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:10910'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525836'^^xsd:anyURI;
  dwc:observationDate '1935-10-28'^^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%2F525968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525968> ;
  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%2F525968>
  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%2F525968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525968" ;
  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.40389'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 1872)'^^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 '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:11365'^^xsd:anyURI;
  dwc:aphiaid '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525968'^^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%2F525969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525969> ;
  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%2F525969>
  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%2F525969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525969" ;
  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.40377'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 1872)'^^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 '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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525969'^^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%2F526028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526028> ;
  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%2F526028>
  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%2F526028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526028" ;
  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.412300,INV.41300'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526028'^^xsd:anyURI;
  dwc:observationDate '1935-04-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%2F526082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39658'^^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 '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526082'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39649'^^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 '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 '285773'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526208'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F526468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39143'^^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: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 '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526468'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F526685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526685> ;
  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%2F526685>
  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%2F526685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526685" ;
  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.41099,INV.41431\\1'^^xsd:string;
  dwc:scientificName 'Halopteris campanula (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 '9'^^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 '287296'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526685'^^xsd:anyURI;
  dwc:observationDate '1935-09-09'^^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%2F526686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526686> ;
  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%2F526686>
  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%2F526686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526686" ;
  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.41099,INV.41106'^^xsd:string;
  dwc:scientificName 'Halopteris campanula (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 '9'^^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:aphiaid '287296'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526686'^^xsd:anyURI;
  dwc:observationDate '1935-09-09'^^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%2F526689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43764'^^xsd:string;
  dwc:scientificName 'Obelia fimbriata (Dalyell, 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 '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 '117387'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526689'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526799> ;
  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%2F526799>
  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%2F526799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526799" ;
  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.43485'^^xsd:string;
  dwc:scientificName 'Laomedea coronata (Clark, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/526799'^^xsd:anyURI;
  dwc:observationDate '1930-06-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526840> ;
  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%2F526840>
  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%2F526840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40033'^^xsd:string;
  dwc:scientificName 'Aglaophenia cupressina Lamouroux, 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 '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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526840'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1464472'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F526994> ;
  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%2F526994>
  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%2F526994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/526994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39204'^^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 '1971'^^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 '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/526994'^^xsd:anyURI;
  dwc:observationDate '1971-05-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%2F527138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527138> ;
  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%2F527138>
  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%2F527138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527138" ;
  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.40516\\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/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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527138'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^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%2F527139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527139> ;
  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%2F527139>
  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%2F527139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527139" ;
  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\\2'^^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/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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527139'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^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%2F527140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527140> ;
  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%2F527140>
  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%2F527140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527140" ;
  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.42731'^^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/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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527140'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^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%2F527180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527180> ;
  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%2F527180>
  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%2F527180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527180" ;
  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.39863'^^xsd:string;
  dwc:scientificName 'Tubularia parasitica Korotneff, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '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 '744056'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527180'^^xsd:anyURI;
  dwc:observationDate '1931-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '290954'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.5"^^xsd:decimal ;
  dwc:decimalLongitude "134.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%2F527491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  geo-pos:lat "-9.5"^^xsd:decimal ;
  geo-pos:long "134.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527491" ;
  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.40338'^^xsd:string;
  dwc:scientificName 'Lytocarpus balei (Nutting, 1906)'^^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 '24'^^xsd:integer;
  dwc:continentOcean 'Arafura Sea, Oceans'^^xsd:string;
  dwc:longitude '134.5'^^xsd:double;
  dwc:latitude '-9.5'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '212910'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527491'^^xsd:anyURI;
  dwc:observationDate '1929-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '284188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.5"^^xsd:decimal ;
  dwc:decimalLongitude "134.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%2F527492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 134.5)"^^geo:wktLiteral ;
  geo-pos:lat "-9.5"^^xsd:decimal ;
  geo-pos:long "134.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527492" ;
  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.40339'^^xsd:string;
  dwc:scientificName 'Lytocarpus balei (Nutting, 1906)'^^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 '24'^^xsd:integer;
  dwc:continentOcean 'Arafura Sea, Oceans'^^xsd:string;
  dwc:longitude '134.5'^^xsd:double;
  dwc:latitude '-9.5'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '212910'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527492'^^xsd:anyURI;
  dwc:observationDate '1929-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '284188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527561> ;
  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%2F527561>
  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%2F527561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527561" ;
  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'^^xsd:string;
  dwc:scientificName 'Toichopoma obliquum (Hincks, 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:occurrenceId 'http://collections.naturalsciences.be/specimen/527561'^^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%2F527595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 151.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3"^^xsd:decimal ;
  dwc:decimalLongitude "151.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%2F527595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 151.06)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3"^^xsd:decimal ;
  geo-pos:long "151.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38142'^^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:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '151.06'^^xsd:double;
  dwc:latitude '-8.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/527595'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284264'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527624> ;
  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%2F527624>
  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%2F527624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527624" ;
  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.43621'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527624'^^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%2F527625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527625> ;
  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%2F527625>
  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%2F527625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527625" ;
  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.43586'^^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: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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527625'^^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%2F527681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41481'^^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 '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 '285034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527681'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F527703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527703> ;
  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%2F527703>
  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%2F527703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527703" ;
  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.42627'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/527703'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F527820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/527820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43393,INV.43394'^^xsd:string;
  dwc:scientificName 'Clytia 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 '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 '117030'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/527820'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117030'^^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%2F528112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528112> ;
  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%2F528112>
  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%2F528112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/528112" ;
  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.40767'^^xsd:string;
  dwc:scientificName 'Halecium articulosum Clark, 1857'^^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 '117581'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/528112'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117581'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528265> ;
  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%2F528265>
  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%2F528265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/528265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38625'^^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: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 '447909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/528265'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F528708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/528708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39977'^^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 '1982'^^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 '117271'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/528708'^^xsd:anyURI;
  dwc:observationDate '1982-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.74333 11.82528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.74333"^^xsd:decimal ;
  dwc:decimalLongitude "11.82528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/528787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43102'^^xsd:string;
  dwc:scientificName 'Campanularia caliculata (Hincks, 1853)'^^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 '24437'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.82528'^^xsd:double;
  dwc:latitude '-4.74333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24437'^^xsd:anyURI;
  dwc:aphiaid '740699'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/528787'^^xsd:anyURI;
  dwc:observationDate '1938-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '220580'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F528809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/528809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39679'^^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 '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 '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/528809'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F529003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529003> ;
  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%2F529003>
  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%2F529003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529003" ;
  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.42551,INV.42552'^^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 '9'^^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/529003'^^xsd:anyURI;
  dwc:observationDate '1902-12-09'^^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%2F529004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529004> ;
  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%2F529004>
  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%2F529004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529004" ;
  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.42546,INV.42551'^^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 '9'^^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/529004'^^xsd:anyURI;
  dwc:observationDate '1902-12-09'^^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%2F529062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529062> ;
  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%2F529062>
  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%2F529062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529062" ;
  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.43728'^^xsd:string;
  dwc:scientificName 'Laomedea serrulata Bale, 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 '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/529062'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529063> ;
  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%2F529063>
  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%2F529063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529063" ;
  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.43725'^^xsd:string;
  dwc:scientificName 'Laomedea serrulata Bale, 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 '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/529063'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44067'^^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: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 '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/529173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 146.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.06"^^xsd:decimal ;
  dwc:decimalLongitude "146.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%2F529382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 146.5)"^^geo:wktLiteral ;
  geo-pos:lat "-41.06"^^xsd:decimal ;
  geo-pos:long "146.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529382" ;
  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.40060'^^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 '146.5'^^xsd:double;
  dwc:latitude '-41.06'^^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 '284020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/529382'^^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%2F529383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 146.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.06"^^xsd:decimal ;
  dwc:decimalLongitude "146.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%2F529383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 146.5)"^^geo:wktLiteral ;
  geo-pos:lat "-41.06"^^xsd:decimal ;
  geo-pos:long "146.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529383" ;
  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.40047'^^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 '146.5'^^xsd:double;
  dwc:latitude '-41.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 '284020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/529383'^^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%2F529726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.633333 -42.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.633333"^^xsd:decimal ;
  dwc:decimalLongitude "-42.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%2F529726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.633333 -42.633333)"^^geo:wktLiteral ;
  geo-pos:lat "31.633333"^^xsd:decimal ;
  geo-pos:long "-42.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529726" ;
  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/st2103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43528'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (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/st2103'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-42.633333'^^xsd:double;
  dwc:latitude '31.633333'^^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/529726'^^xsd:anyURI;
  dwc:observationDate '1905-08-12'^^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%2F529871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F529871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/529871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38757'^^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 '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 '231667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/529871'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231667'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530441> ;
  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%2F530441>
  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%2F530441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530441" ;
  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.42196,INV.42197,INV.42211,INV.42212,INV.42213,INV.42246\\1'^^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 '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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530441'^^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%2F530442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530442> ;
  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%2F530442>
  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%2F530442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530442" ;
  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.4219,INV.42196,INV.42197,INV.42211,INV.42212,INV.42213'^^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 '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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530442'^^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%2F530484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530484> ;
  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%2F530484>
  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%2F530484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530484" ;
  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.40983'^^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 '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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530484'^^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%2F530485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530485> ;
  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%2F530485>
  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%2F530485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530485" ;
  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.40958'^^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 '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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530485'^^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%2F530489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530489> ;
  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%2F530489>
  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%2F530489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530489" ;
  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.42827'^^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 '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:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530489'^^xsd:anyURI;
  dwc:observationDate '1930-05-15'^^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%2F530552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530552> ;
  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%2F530552>
  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%2F530552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530552" ;
  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.41973'^^xsd:string;
  dwc:scientificName 'Abietinaria greenei (Murray, 1860)'^^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 '5'^^xsd:integer;
  dwc:dayCollected '17'^^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 '285366'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530552'^^xsd:anyURI;
  dwc:observationDate '1912-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1358362'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38491'^^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 '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 '290077'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530673'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F530724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530724> ;
  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%2F530724>
  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%2F530724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43786'^^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 '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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530724'^^xsd:anyURI;
  dwc:observationDate '1959-06-26'^^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%2F530725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43087'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285083'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530725'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F530867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530867> ;
  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%2F530867>
  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%2F530867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530867" ;
  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.41683'^^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: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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530867'^^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%2F530868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530868> ;
  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%2F530868>
  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%2F530868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530868" ;
  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.41684'^^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: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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530868'^^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%2F530998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530998> ;
  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%2F530998>
  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%2F530998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530998" ;
  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.42794'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530999> ;
  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%2F530999>
  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%2F530999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530999" ;
  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.42788'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531074> ;
  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%2F531074>
  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%2F531074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531074" ;
  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.43219\\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 '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st91'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531074'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^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%2F531152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531152> ;
  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%2F531152>
  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%2F531152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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: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 '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531152'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531153> ;
  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%2F531153>
  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%2F531153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531153" ;
  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.43172'^^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 '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 '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531153'^^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%2F531154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531154> ;
  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%2F531154>
  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%2F531154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531154" ;
  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.43162'^^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 '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 '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531154'^^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%2F531184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531184> ;
  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%2F531184>
  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%2F531184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531184" ;
  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.40332'^^xsd:string;
  dwc:scientificName 'Halicornaria sinuosa (Fraser, 1925)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '558857'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531184'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '418887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531317> ;
  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%2F531317>
  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%2F531317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43809'^^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:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^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/531317'^^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%2F531323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531323> ;
  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%2F531323>
  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%2F531323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38098'^^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:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531323'^^xsd:anyURI;
  dwc:observationDate '1959-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531446> ;
  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%2F531446>
  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%2F531446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531446" ;
  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.41380'^^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/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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531446'^^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%2F531557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531557> ;
  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%2F531557>
  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%2F531557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531557" ;
  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.42639'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/531557'^^xsd:anyURI;
  dwc:observationDate '1921-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531603> ;
  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%2F531603>
  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%2F531603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40318'^^xsd:string;
  dwc:scientificName 'Gymnangium gracilicaule (Jäderholm, 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:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284124'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531603'^^xsd:anyURI;
  dwc:observationDate '1966-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '990313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531669> ;
  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%2F531669>
  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%2F531669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531669" ;
  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\\1'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/531669'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531670> ;
  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%2F531670>
  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%2F531670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531670" ;
  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.42625'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/531670'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531710> ;
  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%2F531710>
  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%2F531710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531710" ;
  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.41082'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531711> ;
  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%2F531711>
  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%2F531711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531711" ;
  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.41056'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44040,INV.44041,INV.44042'^^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 '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 '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531802'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F531803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44039,INV.44040,INV.44041'^^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 '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 '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531803'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F531804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44040,INV.44041,INV.44153\\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: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 '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531804'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F531884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41566'^^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 '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 '285059'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531884'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F531934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531934> ;
  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%2F531934>
  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%2F531934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531934" ;
  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.41345'^^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 '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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531934'^^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%2F532043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532043> ;
  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%2F532043>
  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%2F532043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39364,INV.39397,INV.39402'^^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 '-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/532043'^^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%2F532044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532044> ;
  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%2F532044>
  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%2F532044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39364,INV.39397,INV.39398'^^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 '-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/532044'^^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%2F532069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532069> ;
  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%2F532069>
  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%2F532069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532069" ;
  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\\2'^^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 '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 '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532069'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^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%2F532070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532070> ;
  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%2F532070>
  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%2F532070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532070" ;
  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.41037'^^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 '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 '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532070'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^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%2F532071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532071> ;
  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%2F532071>
  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%2F532071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532071" ;
  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.41248\\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 '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 '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532071'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^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%2F532194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532194> ;
  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%2F532194>
  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%2F532194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39003'^^xsd:string;
  dwc:scientificName 'Coryne epizoica Stechow, 1921'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117464'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532194'^^xsd:anyURI;
  dwc:observationDate '1962-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532343> ;
  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%2F532343>
  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%2F532343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38473'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532343'^^xsd:anyURI;
  dwc:observationDate '1969-08-15'^^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%2F532347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532347> ;
  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%2F532347>
  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%2F532347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38557'^^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 '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 '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532347'^^xsd:anyURI;
  dwc:observationDate '1958-08-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%2F532351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532351> ;
  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%2F532351>
  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%2F532351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532351" ;
  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.39447'^^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: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:occurrenceId 'http://collections.naturalsciences.be/specimen/532351'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532352> ;
  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%2F532352>
  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%2F532352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532352" ;
  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.39446'^^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: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:occurrenceId 'http://collections.naturalsciences.be/specimen/532352'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.33333 115.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.33333"^^xsd:decimal ;
  dwc:decimalLongitude "115.71667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532471" ;
  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.41751'^^xsd:string;
  dwc:scientificName 'Plumularia crateriformis Mulder & Trebilcock, 1911'^^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:continentOcean 'Warnbro Sound'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.71667'^^xsd:double;
  dwc:latitude '-32.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:11365'^^xsd:anyURI;
  dwc:aphiaid '285234'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285234'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.33333 115.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.33333"^^xsd:decimal ;
  dwc:decimalLongitude "115.71667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532472" ;
  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.41750'^^xsd:string;
  dwc:scientificName 'Plumularia crateriformis Mulder & Trebilcock, 1911'^^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:continentOcean 'Warnbro Sound'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.71667'^^xsd:double;
  dwc:latitude '-32.33333'^^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 '285234'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285234'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39910'^^xsd:string;
  dwc:scientificName 'Zanclea retractilis 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:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '286004'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532571'^^xsd:anyURI;
  dwc:observationDate '1986-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '286004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532691> ;
  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%2F532691>
  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%2F532691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532691" ;
  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.41738'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532691'^^xsd:anyURI;
  dwc:observationDate '1934-04-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%2F532836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38921'^^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 '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 '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532836'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F533039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -16.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533039" ;
  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.38287'^^xsd:string;
  dwc:scientificName 'Turritopsis nutricula Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Renson G'^^xsd:string;
  dwc:yearIdentified '1945'^^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 '14'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.25'^^xsd:double;
  dwc:latitude '14.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/533039'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '117440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44188'^^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 '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 '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/533222'^^xsd:anyURI;
  dwc:observationDate '1985-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%2F533386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39605'^^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 '9'^^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: 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/533386'^^xsd:anyURI;
  dwc:observationDate '1978-09-27'^^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%2F533734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533734> ;
  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%2F533734>
  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%2F533734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39227'^^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:dayCollected '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 '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/533734'^^xsd:anyURI;
  dwc:observationDate '1959-08-06'^^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%2F533819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533819> ;
  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%2F533819>
  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%2F533819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39370'^^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 '1973'^^xsd:integer;
  dwc:monthCollected '7'^^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/533819'^^xsd:anyURI;
  dwc:observationDate '1973-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%2F533839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38987'^^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 '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 '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/533839'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F533920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44089'^^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 '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 '174752'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/533920'^^xsd:anyURI;
  dwc:observationDate '1979-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%2F533995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F533995> ;
  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%2F533995>
  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%2F533995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/533995" ;
  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.44029'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/533995'^^xsd:anyURI;
  dwc:observationDate '1948-09-03'^^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%2F534034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534034> ;
  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%2F534034>
  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%2F534034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534034" ;
  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.41224'^^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 '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 '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534034'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^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%2F534161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534161> ;
  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%2F534161>
  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%2F534161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38926'^^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:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^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 '117452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534161'^^xsd:anyURI;
  dwc:observationDate '1965-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534219> ;
  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%2F534219>
  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%2F534219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534219" ;
  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.42957'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus vanhoeffeni 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/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 '174555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534219'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '174555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534238> ;
  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%2F534238>
  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%2F534238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534238" ;
  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.41358'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534238'^^xsd:anyURI;
  dwc:observationDate '1902-09-05'^^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%2F534239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534239> ;
  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%2F534239>
  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%2F534239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534239" ;
  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.41340'^^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/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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534239'^^xsd:anyURI;
  dwc:observationDate '1902-09-05'^^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%2F534265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.166667 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.166667"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534265" ;
  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/st211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44339'^^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/st211'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '-0.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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534265'^^xsd:anyURI;
  dwc:observationDate '1949-06-02'^^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%2F534305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534305> ;
  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%2F534305>
  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%2F534305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534305" ;
  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.42084'^^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/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 '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534305'^^xsd:anyURI;
  dwc:observationDate '1903-07-27'^^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%2F534328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534328> ;
  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%2F534328>
  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%2F534328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534328" ;
  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.42385'^^xsd:string;
  dwc:scientificName 'Idiella 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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534328'^^xsd:anyURI;
  dwc:observationDate '1935-11-22'^^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%2F534329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534329> ;
  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%2F534329>
  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%2F534329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534329" ;
  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.42384'^^xsd:string;
  dwc:scientificName 'Idiella 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 '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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534329'^^xsd:anyURI;
  dwc:observationDate '1935-11-22'^^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%2F534500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38128'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  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 '221107'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534500'^^xsd:anyURI;
  dwc:observationDate '1989-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%2F534836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534836> ;
  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%2F534836>
  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%2F534836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534836" ;
  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'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima 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 '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534836'^^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%2F534837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534837> ;
  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%2F534837>
  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%2F534837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534837" ;
  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.41371'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima 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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534837'^^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%2F534956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534956> ;
  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%2F534956>
  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%2F534956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534956" ;
  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'^^xsd:string;
  dwc:scientificName 'Zygophylax pacifica Stechow, 1920'^^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 '285009'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534956'^^xsd:anyURI;
  dwc:observationDate '1935-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '285009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534957> ;
  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%2F534957>
  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%2F534957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534957" ;
  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.41444'^^xsd:string;
  dwc:scientificName 'Zygophylax pacifica Stechow, 1920'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '285009'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534957'^^xsd:anyURI;
  dwc:observationDate '1935-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '285009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535082> ;
  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%2F535082>
  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%2F535082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39814'^^xsd:string;
  dwc:scientificName 'Tubularia indivisa 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 '9238'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '7'^^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:9238'^^xsd:anyURI;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535082'^^xsd:anyURI;
  dwc:observationDate '1929-07-23'^^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%2F535127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535127> ;
  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%2F535127>
  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%2F535127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42467'^^xsd:string;
  dwc:scientificName 'Sertularella ellisi (Milne-Edwards, 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: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 '117899'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535127'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117899'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535128> ;
  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%2F535128>
  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%2F535128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535128" ;
  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.42362'^^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/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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535128'^^xsd:anyURI;
  dwc:observationDate '1907-08-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%2F535141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.883333 -11.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.883333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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%2F535141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.883333 -11.133333)"^^geo:wktLiteral ;
  geo-pos:lat "40.883333"^^xsd:decimal ;
  geo-pos:long "-11.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535141" ;
  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/st002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44222'^^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/st002'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '-11.133333'^^xsd:double;
  dwc:latitude '40.883333'^^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/535141'^^xsd:anyURI;
  dwc:observationDate '1948-07-07'^^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%2F535187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535187> ;
  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%2F535187>
  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%2F535187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535187" ;
  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'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535187'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535390> ;
  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%2F535390>
  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%2F535390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535390" ;
  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.41717,INV.41732'^^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 '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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535390'^^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%2F535391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535391> ;
  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%2F535391>
  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%2F535391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535391" ;
  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,INV.41732'^^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 '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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535391'^^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%2F535455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535455> ;
  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%2F535455>
  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%2F535455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535455" ;
  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.40763'^^xsd:string;
  dwc:scientificName 'Diplocyathus gracilis (Fraser, 1914)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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:occurrenceId 'http://collections.naturalsciences.be/specimen/535455'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535456> ;
  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%2F535456>
  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%2F535456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535456" ;
  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.40753'^^xsd:string;
  dwc:scientificName 'Diplocyathus gracilis (Fraser, 1914)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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/535456'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535464> ;
  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%2F535464>
  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%2F535464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535464" ;
  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.42837'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535464'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F535465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535465> ;
  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%2F535465>
  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%2F535465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535465" ;
  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.42823'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535465'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F535500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535500> ;
  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%2F535500>
  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%2F535500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535500" ;
  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.42892'^^xsd:string;
  dwc:scientificName 'Sertularia ramulosa Coughtrey, 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 '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 '292382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535501> ;
  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%2F535501>
  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%2F535501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535501" ;
  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.42891'^^xsd:string;
  dwc:scientificName 'Sertularia ramulosa Coughtrey, 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 '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 '292382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535567> ;
  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%2F535567>
  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%2F535567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535567" ;
  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.40080'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata 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 '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 '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535567'^^xsd:anyURI;
  dwc:observationDate '1902-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535634> ;
  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%2F535634>
  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%2F535634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535634" ;
  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.41335'^^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/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 '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535634'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^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%2F535853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535853> ;
  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%2F535853>
  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%2F535853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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.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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535853'^^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%2F535865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535865> ;
  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%2F535865>
  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%2F535865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43924'^^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 '8'^^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/535865'^^xsd:anyURI;
  dwc:observationDate '1954-08-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%2F535945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.01 13.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F535945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.01 13.47)"^^geo:wktLiteral ;
  geo-pos:lat "67.01"^^xsd:decimal ;
  geo-pos:long "13.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535945" ;
  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.43544'^^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:continentOcean 'Fugløyfjord'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '13.47'^^xsd:double;
  dwc:latitude '67.01'^^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/535945'^^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%2F535946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.01 13.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F535946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.01 13.47)"^^geo:wktLiteral ;
  geo-pos:lat "67.01"^^xsd:decimal ;
  geo-pos:long "13.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F535946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/535946" ;
  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.43543'^^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:continentOcean 'Fugløyfjord'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '13.47'^^xsd:double;
  dwc:latitude '67.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 '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/535946'^^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%2F536073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536073> ;
  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%2F536073>
  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%2F536073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536073" ;
  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.40814,INV.40815'^^xsd:string;
  dwc:scientificName 'Halecium delicatulum 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 '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 '117588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536073'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536074> ;
  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%2F536074>
  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%2F536074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536074" ;
  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.40815,INV.41926\\1'^^xsd:string;
  dwc:scientificName 'Halecium delicatulum 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 '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 '117588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536074'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40557'^^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 '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 '288715'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536538'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F536578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39648'^^xsd:string;
  dwc:scientificName 'Sphaerocoryne peterseni 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 '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 '285773'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536578'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F536613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536613> ;
  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%2F536613>
  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%2F536613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536613" ;
  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.38205'^^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 '26'^^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/536613'^^xsd:anyURI;
  dwc:observationDate '1914-05-26'^^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%2F536655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.347222 -73.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.347222"^^xsd:decimal ;
  dwc:decimalLongitude "-73.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536655" ;
  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/stM42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42670\\2'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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 '24911/stM42'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Paso Tenaún'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.366667'^^xsd:double;
  dwc:latitude '-42.347222'^^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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536655'^^xsd:anyURI;
  dwc:observationDate '1949-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536933> ;
  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%2F536933>
  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%2F536933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536933" ;
  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.44060'^^xsd:string;
  dwc:scientificName 'Cunina peregrina Bigelow, 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/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 '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536933'^^xsd:anyURI;
  dwc:observationDate '1949-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '221242'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536947> ;
  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%2F536947>
  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%2F536947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536947" ;
  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.41935'^^xsd:string;
  dwc:scientificName 'Ventromma halecioides (Alder, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '-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 '117678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536947'^^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%2F536948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536948> ;
  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%2F536948>
  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%2F536948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536948" ;
  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.41893'^^xsd:string;
  dwc:scientificName 'Ventromma halecioides (Alder, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '-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 '117678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536948'^^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%2F536974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F536974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/536974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41515'^^xsd:string;
  dwc:scientificName 'Wuvula fabietti Bouillon, Seghers & Boero, 1988'^^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: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 '291300'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/536974'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291300'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39672'^^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 '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537045'^^xsd:anyURI;
  dwc:observationDate '1989-02-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%2F537082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537082> ;
  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%2F537082>
  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%2F537082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537082" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Hebella brochii (Hadzi, 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 '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 '284954'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537082'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284954'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537083> ;
  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%2F537083>
  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%2F537083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537083" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Hebella brochii (Hadzi, 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 '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 '284954'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537083'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284954'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537095> ;
  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%2F537095>
  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%2F537095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40275'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (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 '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 '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537095'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.533333 -11.641666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.641666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537335" ;
  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/st2731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40973'^^xsd:string;
  dwc:scientificName 'Halecium tenellum 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/st2731'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Oceans'^^xsd:string;
  dwc:longitude '-11.641666'^^xsd:double;
  dwc:latitude '36.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:12981'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537335'^^xsd:anyURI;
  dwc:observationDate '1908-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537349> ;
  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%2F537349>
  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%2F537349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537349" ;
  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.43979'^^xsd:string;
  dwc:scientificName 'Olindias phosphorica (Delle Chiaje, 1841)'^^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 '117774'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537349'^^xsd:anyURI;
  dwc:observationDate '1948-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '292470'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39671'^^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 '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 '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537382'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537428> ;
  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%2F537428>
  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%2F537428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537428" ;
  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.43727'^^xsd:string;
  dwc:scientificName 'Laomedea serrulata Bale, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/537428'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537429> ;
  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%2F537429>
  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%2F537429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537429" ;
  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.43726'^^xsd:string;
  dwc:scientificName 'Laomedea serrulata Bale, 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 '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/537429'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38949'^^xsd:string;
  dwc:scientificName 'Euphysora abaxialis Kramp, 1962'^^xsd: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 '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 '284492'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537560'^^xsd:anyURI;
  dwc:observationDate '1976-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '292177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537597> ;
  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%2F537597>
  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%2F537597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537597" ;
  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.42444'^^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 '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 '285494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537597'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^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%2F537598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537598> ;
  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%2F537598>
  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%2F537598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537598" ;
  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.42441'^^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 '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 '285494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537598'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^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%2F537700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537700> ;
  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%2F537700>
  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%2F537700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40325'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537700'^^xsd:anyURI;
  dwc:observationDate '1972-06-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%2F537741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44189'^^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 '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 '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537741'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F537801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537801> ;
  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%2F537801>
  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%2F537801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537801" ;
  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.44105'^^xsd:string;
  dwc:scientificName 'Solmaris flavescens (Koelliker, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1901'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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: unknown; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6823'^^xsd:anyURI;
  dwc:aphiaid '117948'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537801'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117948'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537848> ;
  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%2F537848>
  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%2F537848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537848" ;
  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.41735'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537848'^^xsd:anyURI;
  dwc:observationDate '1904-04-18'^^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%2F537854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39680'^^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 '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 '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537854'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F537855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39681'^^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 '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 '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537855'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F537885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39529'^^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 '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 '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537885'^^xsd:anyURI;
  dwc:observationDate '1984-06-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%2F538067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538067> ;
  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%2F538067>
  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%2F538067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39310'^^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 '1973'^^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 '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538067'^^xsd:anyURI;
  dwc:observationDate '1973-06-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%2F538277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538277> ;
  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%2F538277>
  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%2F538277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538277" ;
  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.42289'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538277'^^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%2F538278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538278> ;
  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%2F538278>
  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%2F538278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538278" ;
  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.42279'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538278'^^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%2F538518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1 11.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F538518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1 11.46)"^^geo:wktLiteral ;
  geo-pos:lat "79.1"^^xsd:decimal ;
  geo-pos:long "11.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538518" ;
  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/st2500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38531'^^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/st2500'^^xsd:string;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Krossbay'^^xsd:string;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '11.46'^^xsd:double;
  dwc:latitude '79.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:12981'^^xsd:anyURI;
  dwc:aphiaid '284898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538518'^^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%2F538532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538532> ;
  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%2F538532>
  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%2F538532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538532" ;
  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.42722\\1'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538532'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F538555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538555> ;
  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%2F538555>
  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%2F538555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538555" ;
  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'^^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'^^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 '117592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538555'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F538556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538556> ;
  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%2F538556>
  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%2F538556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538556" ;
  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.40939'^^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'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538556'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F538582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538582> ;
  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%2F538582>
  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%2F538582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538582" ;
  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\\1'^^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: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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538582'^^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%2F538753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.48 127.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.48"^^xsd:decimal ;
  dwc:decimalLongitude "127.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%2F538753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.48 127.2)"^^geo:wktLiteral ;
  geo-pos:lat "-0.48"^^xsd:decimal ;
  geo-pos:long "127.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538753" ;
  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.40020'^^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 'Indonesia'^^xsd:string;
  dwc:longitude '127.2'^^xsd:double;
  dwc:latitude '-0.48'^^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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538753'^^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%2F538754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.48 127.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.48"^^xsd:decimal ;
  dwc:decimalLongitude "127.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%2F538754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.48 127.2)"^^geo:wktLiteral ;
  geo-pos:lat "-0.48"^^xsd:decimal ;
  geo-pos:long "127.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538754" ;
  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.40028'^^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 'Indonesia'^^xsd:string;
  dwc:longitude '127.2'^^xsd:double;
  dwc:latitude '-0.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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538754'^^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%2F538779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538779> ;
  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%2F538779>
  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%2F538779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538779" ;
  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.43720'^^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/st91'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^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 '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538779'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^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%2F538848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538848> ;
  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%2F538848>
  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%2F538848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538848" ;
  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.40814\\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 '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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538848'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F538849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538849> ;
  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%2F538849>
  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%2F538849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538849" ;
  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.43331'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538849'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F538884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538884> ;
  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%2F538884>
  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%2F538884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41646'^^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 '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 '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538884'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F538924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538924> ;
  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%2F538924>
  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%2F538924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538924" ;
  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.41914,INV.41916,INV.41954'^^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 '-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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538924'^^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%2F538925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538925> ;
  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%2F538925>
  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%2F538925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538925" ;
  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.41914,INV.41915,INV.41916'^^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 '-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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538925'^^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%2F538931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F538931> ;
  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%2F538931>
  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%2F538931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/538931" ;
  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.43077'^^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 '8719'^^xsd:integer;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '9'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117975'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/538931'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539027> ;
  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%2F539027>
  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%2F539027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38866'^^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:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^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 '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539027'^^xsd:anyURI;
  dwc:observationDate '1972-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '117424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539186> ;
  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%2F539186>
  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%2F539186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539186" ;
  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.40451'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539187> ;
  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%2F539187>
  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%2F539187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539187" ;
  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.40447'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43856'^^xsd:string;
  dwc:scientificName 'Phialidium macrogonia 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 '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:27838'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539207'^^xsd:anyURI;
  dwc:observationDate '1976-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39932'^^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: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 '221191'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539248'^^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%2F539379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539379> ;
  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%2F539379>
  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%2F539379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539379" ;
  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.42618'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias var. ellisi Milne-Edwards, 1836'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/539379'^^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%2F539565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539565> ;
  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%2F539565>
  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%2F539565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40074'^^xsd:string;
  dwc:scientificName 'Aglaophenia harpago Von Schenck, 1965'^^xsd: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:dayCollected '27'^^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:27838'^^xsd:anyURI;
  dwc:aphiaid '117276'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539565'^^xsd:anyURI;
  dwc:observationDate '1958-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '117276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539588> ;
  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%2F539588>
  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%2F539588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539588" ;
  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.38437'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (Pallas, 1766)'^^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 '1889'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^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 '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 2.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.08"^^xsd:decimal ;
  dwc:decimalLongitude "2.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%2F539650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 2.44)"^^geo:wktLiteral ;
  geo-pos:lat "51.08"^^xsd:decimal ;
  geo-pos:long "2.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39319'^^xsd:string;
  dwc:scientificName 'Margelopsis haeckeli Hartlaub, 1897'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.44'^^xsd:double;
  dwc:latitude '51.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '578672'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539650'^^xsd:anyURI;
  dwc:observationDate '1973-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39967'^^xsd:string;
  dwc:scientificName 'Aequorea australis 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 '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 '283989'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/539904'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '283989'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51 4.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.51"^^xsd:decimal ;
  dwc:decimalLongitude "4.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%2F539964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51 4.21)"^^geo:wktLiteral ;
  geo-pos:lat "50.51"^^xsd:decimal ;
  geo-pos:long "4.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F539964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/539964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38814'^^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 '1966'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.21'^^xsd:double;
  dwc:latitude '50.51'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/539964'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F540220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540220> ;
  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%2F540220>
  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%2F540220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540220" ;
  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.42547'^^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: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 '579035'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540295> ;
  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%2F540295>
  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%2F540295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40237'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '9196'^^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:9196'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540295'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F540296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540296> ;
  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%2F540296>
  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%2F540296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40212'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '9196'^^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:9196'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540296'^^xsd:anyURI;
  dwc:observationDate '1929-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%2F540305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540305> ;
  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%2F540305>
  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%2F540305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38748'^^xsd:string;
  dwc:scientificName 'Perigonimus repens Hincks, 1868'^^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 '9193'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^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:9193'^^xsd:anyURI;
  dwc:aphiaid '151911'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540305'^^xsd:anyURI;
  dwc:observationDate '1929-04-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%2F540447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540447" ;
  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.40017'^^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 'Philippines'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '16'^^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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540447'^^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%2F540448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540448" ;
  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.40025'^^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 'Philippines'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '16'^^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 '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540448'^^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%2F540464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540464> ;
  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%2F540464>
  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%2F540464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38417,INV.38418,INV.38419,INV.38421'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd: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 '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 '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540464'^^xsd:anyURI;
  dwc:observationDate '1965-05-25'^^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%2F540465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540465> ;
  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%2F540465>
  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%2F540465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38417,INV.38418,INV.38419,INV.38420'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd: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 '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 '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540465'^^xsd:anyURI;
  dwc:observationDate '1965-05-25'^^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%2F540470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540470> ;
  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%2F540470>
  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%2F540470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540470" ;
  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.44220'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  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 '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540470'^^xsd:anyURI;
  dwc:observationDate '1949-06-05'^^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%2F540485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540485" ;
  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.38285'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'Martinique'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  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:10910'^^xsd:anyURI;
  dwc:aphiaid '117437'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540485'^^xsd:anyURI;
  dwc:observationDate '1935-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540491> ;
  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%2F540491>
  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%2F540491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540491" ;
  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.40218'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540491'^^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%2F540492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540492> ;
  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%2F540492>
  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%2F540492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540492" ;
  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.40198'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540492'^^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%2F540518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.939722 -71.350833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.939722"^^xsd:decimal ;
  dwc:decimalLongitude "-71.350833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540518" ;
  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" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40528'^^xsd:string;
  dwc:scientificName 'Campanulina chilensis (Hartlaub, 1905)'^^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'^^xsd:integer;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Oceans;Océan Pacifique;Pacific Ocean'^^xsd:string;
  dwc:longitude '-71.350833'^^xsd:double;
  dwc:latitude '-29.939722'^^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 '835889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540518'^^xsd:anyURI;
  dwc:observationDate '1949-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '174421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.86667 29.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.86667"^^xsd:decimal ;
  dwc:decimalLongitude "29.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540546" ;
  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/st87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44299'^^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/st87'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '29.61667'^^xsd:double;
  dwc:latitude '-4.86667'^^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/540546'^^xsd:anyURI;
  dwc:observationDate '1947-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%2F540573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540573> ;
  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%2F540573>
  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%2F540573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39641'^^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:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^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/540573'^^xsd:anyURI;
  dwc:observationDate '1986-10-25'^^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%2F540681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38984'^^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 '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 '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540681'^^xsd:anyURI;
  dwc:observationDate '1989-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%2F540702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.5712 -71.2037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.5712"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "21628.952120910973"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540702" ;
  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/stM128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41941\\1'^^xsd:string;
  dwc:scientificName 'Campanulina chilensis (Hartlaub, 1905)'^^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/stM128'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.2037'^^xsd:double;
  dwc:latitude '-29.5712'^^xsd:double;
  dwc:coordinatePrecision '21628.952120911'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '835889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540702'^^xsd:anyURI;
  dwc:observationDate '1949-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '174421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540737" ;
  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.39759'^^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 '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 '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540737'^^xsd:anyURI;
  dwc:observationDate '1977-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541020> ;
  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%2F541020>
  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%2F541020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39829'^^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 '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 '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541020'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F541045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541045> ;
  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%2F541045>
  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%2F541045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541045" ;
  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,INV.42567'^^xsd:string;
  dwc:scientificName 'Sertularella milneana (d\'Orbigny, 1846)'^^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 '285678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541045'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285678'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541046> ;
  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%2F541046>
  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%2F541046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541046" ;
  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.42567,INV.43099\\1'^^xsd:string;
  dwc:scientificName 'Sertularella milneana (d\'Orbigny, 1846)'^^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 '285678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541046'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285678'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541376> ;
  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%2F541376>
  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%2F541376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541376" ;
  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.44353'^^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/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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541376'^^xsd:anyURI;
  dwc:observationDate '1949-06-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%2F541492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541492> ;
  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%2F541492>
  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%2F541492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541492" ;
  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.42585'^^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 '-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 '117905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541492'^^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%2F541493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541493> ;
  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%2F541493>
  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%2F541493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541493" ;
  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.42581'^^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 '-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 '117905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541493'^^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%2F541723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541723" ;
  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.43332'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (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 '-63'^^xsd:integer;
  dwc:latitude '49.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:22225'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541723'^^xsd:anyURI;
  dwc:observationDate '1903-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%2F541729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40668,INV.40669,INV.40670,INV.40672,INV.40673,INV.40674'^^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 '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 '284609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541729'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F541766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^xsd:string;
  dwc:scientificName 'Orthopyxis integra (Mac Gillivray, 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 '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 '117393'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541766'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F541830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541830> ;
  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%2F541830>
  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%2F541830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541830" ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42135'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541830'^^xsd:anyURI;
  dwc:observationDate '1929-09-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%2F541961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541961> ;
  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%2F541961>
  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%2F541961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541961" ;
  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.43179'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^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 '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541961'^^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%2F541973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541973> ;
  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%2F541973>
  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%2F541973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44226'^^xsd:string;
  dwc:scientificName 'Filifera Köhn'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '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 '16352'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541973'^^xsd:anyURI;
  dwc:observationDate '1965-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '16352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541986> ;
  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%2F541986>
  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%2F541986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541986" ;
  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.42830,INV.42840'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541986'^^xsd:anyURI;
  dwc:observationDate '1930-12-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%2F541987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541987> ;
  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%2F541987>
  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%2F541987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541987" ;
  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.42829,INV.42840'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541987'^^xsd:anyURI;
  dwc:observationDate '1930-12-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%2F542074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542074> ;
  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%2F542074>
  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%2F542074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542074" ;
  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.41001'^^xsd:string;
  dwc:scientificName 'Antenella avalonia Torrey, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '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:11365'^^xsd:anyURI;
  dwc:aphiaid '284808'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542074'^^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%2F542165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542165> ;
  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%2F542165>
  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%2F542165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542165" ;
  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.42570\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^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 '1926'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '3'^^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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542165'^^xsd:anyURI;
  dwc:observationDate '1926-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%2F542315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.874 -0.28915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.874"^^xsd:decimal ;
  dwc:decimalLongitude "-0.28915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38915'^^xsd:string;
  dwc:scientificName 'Branchiocerianthus italicus Stechow, 1923'^^xsd: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 '12'^^xsd:integer;
  dwc:country 'Algeria'^^xsd:string;
  dwc:longitude '-0.28915'^^xsd:double;
  dwc:latitude '35.874'^^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 '117442'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542315'^^xsd:anyURI;
  dwc:observationDate '1959-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117442'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542465> ;
  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%2F542465>
  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%2F542465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542465" ;
  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\\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 '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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542465'^^xsd:anyURI;
  dwc:observationDate '1938-01-11'^^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%2F542466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542466> ;
  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%2F542466>
  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%2F542466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542466" ;
  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.42369'^^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 '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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542466'^^xsd:anyURI;
  dwc:observationDate '1938-01-11'^^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%2F542517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542517> ;
  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%2F542517>
  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%2F542517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542517" ;
  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.41294'^^xsd:string;
  dwc:scientificName 'Hebellopsis hartmeyeri Stechow & Müller, 1923'^^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 '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 '1027513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542517'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '284963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542518> ;
  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%2F542518>
  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%2F542518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542518" ;
  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.41293'^^xsd:string;
  dwc:scientificName 'Hebellopsis hartmeyeri Stechow & Müller, 1923'^^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 '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 '1027513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542518'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '284963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F542852> ;
  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%2F542852>
  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%2F542852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/542852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41722'^^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 '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 '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/542852'^^xsd:anyURI;
  dwc:observationDate '1965-04-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%2F543063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543063> ;
  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%2F543063>
  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%2F543063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543063" ;
  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/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.38388'^^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: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 '117545'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543063'^^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%2F543070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38601'^^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 '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 '117782'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543070'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F543172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543172> ;
  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%2F543172>
  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%2F543172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543172" ;
  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.38503'^^xsd:string;
  dwc:scientificName 'Hydractinia carnea Sars, 1846'^^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 '151717'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543172'^^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%2F543516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.23 -68.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.23"^^xsd:decimal ;
  dwc:decimalLongitude "-68.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543516" ;
  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.42005'^^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 'Argentina'^^xsd:string;
  dwc:longitude '-68.25'^^xsd:double;
  dwc:latitude '-52.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543516'^^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%2F543517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.23 -68.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.23"^^xsd:decimal ;
  dwc:decimalLongitude "-68.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543517" ;
  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.41981'^^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 'Argentina'^^xsd:string;
  dwc:longitude '-68.25'^^xsd:double;
  dwc:latitude '-52.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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543517'^^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%2F543726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543726> ;
  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%2F543726>
  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%2F543726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543726" ;
  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.42460'^^xsd:string;
  dwc:scientificName 'Sertularella diaphana (Allman, 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 '9'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '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 '285502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543726'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '285502'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543727> ;
  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%2F543727>
  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%2F543727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543727" ;
  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.42459'^^xsd:string;
  dwc:scientificName 'Sertularella diaphana (Allman, 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 '9'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '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 '285502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543727'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '285502'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39607'^^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:country 'Papua New 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/543803'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^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%2F543806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543806> ;
  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%2F543806>
  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%2F543806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39119'^^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 '1964'^^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/543806'^^xsd:anyURI;
  dwc:observationDate '1964-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%2F543883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543883> ;
  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%2F543883>
  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%2F543883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543883" ;
  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.40399,INV.40400'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 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 '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/543883'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543908> ;
  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%2F543908>
  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%2F543908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543908" ;
  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.43710'^^xsd:string;
  dwc:scientificName 'Laomedea raridentata (Alder, 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 'Dawydoff C.'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543908'^^xsd:anyURI;
  dwc:observationDate '1930-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543909> ;
  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%2F543909>
  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%2F543909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543909" ;
  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.43705'^^xsd:string;
  dwc:scientificName 'Laomedea raridentata (Alder, 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 'Dawydoff C.'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/543909'^^xsd:anyURI;
  dwc:observationDate '1930-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41583,INV.41584'^^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 '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 '285062'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/544171'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F544473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544473> ;
  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%2F544473>
  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%2F544473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544473" ;
  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.42576'^^xsd:string;
  dwc:scientificName 'Sertularella pallida 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/544473'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544474> ;
  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%2F544474>
  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%2F544474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544474" ;
  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.42575'^^xsd:string;
  dwc:scientificName 'Sertularella pallida 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/544474'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544558> ;
  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%2F544558>
  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%2F544558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544558" ;
  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.42798'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/544558'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F544559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544559> ;
  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%2F544559>
  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%2F544559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544559" ;
  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.42790'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/544559'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F544646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544646> ;
  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%2F544646>
  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%2F544646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544646" ;
  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.41661'^^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 '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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/544646'^^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%2F544647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544647> ;
  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%2F544647>
  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%2F544647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544647" ;
  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.41690'^^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 '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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/544647'^^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%2F545102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38671'^^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 '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 '285137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545102'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F545231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545231> ;
  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%2F545231>
  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%2F545231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545231" ;
  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.43714'^^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.'^^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:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545231'^^xsd:anyURI;
  dwc:observationDate '1930-03-30'^^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%2F545271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545271> ;
  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%2F545271>
  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%2F545271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39068'^^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 '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 '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545271'^^xsd:anyURI;
  dwc:observationDate '1964-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%2F545337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545337> ;
  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%2F545337>
  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%2F545337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39646'^^xsd:string;
  dwc:scientificName 'Sphaerocoryne bedoti 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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117952'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545337'^^xsd:anyURI;
  dwc:observationDate '1974-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117952'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40704'^^xsd:string;
  dwc:scientificName 'Helgicirrha medusifera (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: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 '221226'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545402'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221226'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38323'^^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 '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 '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545514'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F545539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545539> ;
  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%2F545539>
  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%2F545539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545539" ;
  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.40545\\1,INV.42377,INV.42391,INV.42392'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545539'^^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%2F545540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545540> ;
  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%2F545540>
  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%2F545540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545540" ;
  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.42212\\1,INV.42377,INV.42391,INV.42392'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545540'^^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%2F545541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545541> ;
  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%2F545541>
  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%2F545541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545541" ;
  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.42377,INV.42390,INV.42391,INV.42392'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545541'^^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%2F545542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545542> ;
  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%2F545542>
  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%2F545542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545542" ;
  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.42376,INV.42377,INV.42391,INV.42392'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545542'^^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%2F545596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40731'^^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 '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 '117536'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545596'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F545675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545675> ;
  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%2F545675>
  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%2F545675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545675" ;
  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\\2'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545675'^^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%2F546044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546044> ;
  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%2F546044>
  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%2F546044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546044" ;
  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.40185'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546044'^^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%2F546128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546128" ;
  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.44024'^^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 '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546128'^^xsd:anyURI;
  dwc:observationDate '1975-08-20'^^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%2F546177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546177> ;
  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%2F546177>
  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%2F546177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40327'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546177'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F546339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546339> ;
  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%2F546339>
  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%2F546339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546339" ;
  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/7'^^xsd:string;
  dwc:scientificName 'Aglaophenia parvula Bale, 1882'^^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 '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546339'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^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%2F546354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546354> ;
  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%2F546354>
  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%2F546354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546354" ;
  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.40452'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546355> ;
  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%2F546355>
  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%2F546355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546355" ;
  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.40448'^^xsd:string;
  dwc:scientificName 'Thecocarpus formosus (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '212912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546547> ;
  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%2F546547>
  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%2F546547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39135'^^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: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 '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546547'^^xsd:anyURI;
  dwc:observationDate '1964-07-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%2F546571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546571> ;
  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%2F546571>
  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%2F546571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38184'^^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: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 '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546571'^^xsd:anyURI;
  dwc:observationDate '1965-05-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%2F546767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 -26.479167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "-26.479167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1091.162952151089"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546767" ;
  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/st575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42481'^^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/st575'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-26.479167'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:coordinatePrecision '1091.1629521511'^^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/546767'^^xsd:anyURI;
  dwc:observationDate '1895-07-13'^^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%2F546768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 -26.479167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "-26.479167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1091.162952151089"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546768" ;
  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/st575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42495'^^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/st575'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-26.479167'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:coordinatePrecision '1091.1629521511'^^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/546768'^^xsd:anyURI;
  dwc:observationDate '1895-07-13'^^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%2F546897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39908'^^xsd:string;
  dwc:scientificName 'Zanclea medusopolypata 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 '1984'^^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 '285998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546897'^^xsd:anyURI;
  dwc:observationDate '1984-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '285998'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546982> ;
  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%2F546982>
  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%2F546982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41108'^^xsd:string;
  dwc:scientificName 'Monostaechas quadridens (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 '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 '117635'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546982'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117635'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41548'^^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 '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 '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546994'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F547008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38975'^^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:startYearCollected '1978'^^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 '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/547008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '395284'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44064'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/547126'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F547207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547207> ;
  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%2F547207>
  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%2F547207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^xsd:string;
  dwc:scientificName 'Zanclonia weldoni (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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174211'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/547207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174211'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547433> ;
  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%2F547433>
  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%2F547433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547433" ;
  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.42565'^^xsd:string;
  dwc:scientificName 'Sertularella milneana (d\'Orbigny, 1846)'^^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: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 '285678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/547433'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285678'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38172'^^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 '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 '718760'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/547489'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547494> ;
  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%2F547494>
  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%2F547494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43930'^^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 '3'^^xsd:integer;
  dwc:dayCollected '6'^^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/547494'^^xsd:anyURI;
  dwc:observationDate '1954-03-06'^^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%2F547753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547753> ;
  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%2F547753>
  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%2F547753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547753" ;
  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.40005'^^xsd:string;
  dwc:scientificName 'Aglaophenia apocarpa Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  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 '418888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/547753'^^xsd:anyURI;
  dwc:observationDate '1895-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '117279'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547798> ;
  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%2F547798>
  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%2F547798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547798" ;
  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.41995\\1'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/547798'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F547799> ;
  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%2F547799>
  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%2F547799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/547799" ;
  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.43742'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/547799'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39763'^^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: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 '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548468'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548560> ;
  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%2F548560>
  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%2F548560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38024'^^xsd:string;
  dwc:scientificName 'Bougainvillia britannica (Forbes, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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.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 '117321'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548560'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117321'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548588> ;
  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%2F548588>
  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%2F548588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548588" ;
  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.42672'^^xsd:string;
  dwc:scientificName 'Sertularella rugosa (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 '117907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548589> ;
  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%2F548589>
  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%2F548589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548589" ;
  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.42671'^^xsd:string;
  dwc:scientificName 'Sertularella rugosa (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 '117907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.01 9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.01"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F548607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.01 9.12)"^^geo:wktLiteral ;
  geo-pos:lat "4.01"^^xsd:decimal ;
  geo-pos:long "9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548607" ;
  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.43650'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^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 'Cameroon'^^xsd:string;
  dwc:longitude '9.12'^^xsd:double;
  dwc:latitude '4.01'^^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 '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548607'^^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%2F548608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.01 9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.01"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F548608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.01 9.12)"^^geo:wktLiteral ;
  geo-pos:lat "4.01"^^xsd:decimal ;
  geo-pos:long "9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548608" ;
  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.43648'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^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 'Cameroon'^^xsd:string;
  dwc:longitude '9.12'^^xsd:double;
  dwc:latitude '4.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 '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548608'^^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%2F548630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548630> ;
  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%2F548630>
  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%2F548630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548630" ;
  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.42606'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9262'^^xsd:integer;
  dwc:yearCollected '1902'^^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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548630'^^xsd:anyURI;
  dwc:observationDate '1902-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%2F548643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548643> ;
  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%2F548643>
  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%2F548643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548643" ;
  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.43069'^^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/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 '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548643'^^xsd:anyURI;
  dwc:observationDate '1949-05-05'^^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%2F548644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548644> ;
  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%2F548644>
  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%2F548644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548644" ;
  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.43066'^^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/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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548644'^^xsd:anyURI;
  dwc:observationDate '1949-05-05'^^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%2F548766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548766> ;
  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%2F548766>
  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%2F548766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548766" ;
  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.41872'^^xsd:string;
  dwc:scientificName 'Polyplumaria billardi Bedot, 1921'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  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:aphiaid '117826'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548766'^^xsd:anyURI;
  dwc:observationDate '1901-07-11'^^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%2F548872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.366667 13.016667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.366667"^^xsd:decimal ;
  dwc:decimalLongitude "13.016667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548872" ;
  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/st183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44335'^^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/st183'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.016667'^^xsd:double;
  dwc:latitude '-9.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:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548872'^^xsd:anyURI;
  dwc:observationDate '1949-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%2F548950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548950> ;
  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%2F548950>
  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%2F548950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38469'^^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: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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/548950'^^xsd:anyURI;
  dwc:observationDate '1964-07-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%2F548966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F548966> ;
  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%2F548966>
  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%2F548966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/548966" ;
  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.38744'^^xsd:string;
  dwc:scientificName 'Perigonimus pusillus (Wright, 1857)'^^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 '1933'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^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/548966'^^xsd:anyURI;
  dwc:observationDate '1933-09-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/549089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38589'^^xsd:string;
  dwc:scientificName 'Amphinema platyhedos Arai & Brinckmann-Voss, 1983'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '285120'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/549089'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285120'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549197> ;
  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%2F549197>
  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%2F549197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/549197" ;
  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.40819'^^xsd:string;
  dwc:scientificName 'Halecium flexile 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/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 '292298'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/549197'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^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%2F549435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549435> ;
  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%2F549435>
  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%2F549435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/549435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41106'^^xsd:string;
  dwc:scientificName 'Monostaechas quadridens (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 '1966'^^xsd:integer;
  dwc:monthCollected '7'^^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 '117635'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/549435'^^xsd:anyURI;
  dwc:observationDate '1966-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117635'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -7.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.666667"^^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%2F549436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -7.316667)"^^geo:wktLiteral ;
  geo-pos:lat "43.666667"^^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%2F549436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/549436" ;
  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.42649'^^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 '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 '1910'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Mer Mediteranée'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.316667'^^xsd:double;
  dwc:latitude '43.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:10262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/549436'^^xsd:anyURI;
  dwc:observationDate '1910-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -7.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.666667"^^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%2F549437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -7.316667)"^^geo:wktLiteral ;
  geo-pos:lat "43.666667"^^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%2F549437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/549437" ;
  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.42635'^^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 '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 '1910'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Mer Mediteranée'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.316667'^^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:10262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/549437'^^xsd:anyURI;
  dwc:observationDate '1910-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549750> ;
  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%2F549750>
  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%2F549750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/549750" ;
  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.41963'^^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: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 '117871'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/549750'^^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%2F549893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.347222 -73.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.347222"^^xsd:decimal ;
  dwc:decimalLongitude "-73.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F549893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/549893" ;
  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/stM42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42670\\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 '24911/stM42'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Paso Tenaún'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.366667'^^xsd:double;
  dwc:latitude '-42.347222'^^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 '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/549893'^^xsd:anyURI;
  dwc:observationDate '1949-01-24'^^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%2F550042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41562'^^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: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 '289264'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550042'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289264'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.33197 103.01623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.33197"^^xsd:decimal ;
  dwc:decimalLongitude "103.01623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550139" ;
  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.43504'^^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 'Cambodia'^^xsd:string;
  dwc:longitude '103.01623'^^xsd:double;
  dwc:latitude '11.33197'^^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/550139'^^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%2F550140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.33197 103.01623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.33197"^^xsd:decimal ;
  dwc:decimalLongitude "103.01623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550140" ;
  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.43507'^^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 'Cambodia'^^xsd:string;
  dwc:longitude '103.01623'^^xsd:double;
  dwc:latitude '11.33197'^^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/550140'^^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%2F550219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550219> ;
  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%2F550219>
  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%2F550219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550219" ;
  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\\1'^^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/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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550219'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^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%2F550220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550220> ;
  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%2F550220>
  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%2F550220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550220" ;
  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.42361'^^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/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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550220'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^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%2F550221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550221> ;
  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%2F550221>
  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%2F550221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550221" ;
  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\\1'^^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/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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550221'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^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%2F550267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550267> ;
  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%2F550267>
  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%2F550267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550267" ;
  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.41399\\1'^^xsd:string;
  dwc:scientificName 'Lafoea tenellula 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/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 '117706'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550267'^^xsd:anyURI;
  dwc:observationDate '1902-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%2F550313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516667 -4.529167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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%2F550313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516667 -4.529167)"^^geo:wktLiteral ;
  geo-pos:lat "46.516667"^^xsd:decimal ;
  geo-pos:long "-4.529167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550313" ;
  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/st85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40987'^^xsd:string;
  dwc:scientificName 'Halecium telescopicum 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/st85'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-4.529167'^^xsd:double;
  dwc:latitude '46.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:12981'^^xsd:anyURI;
  dwc:aphiaid '284772'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550313'^^xsd:anyURI;
  dwc:observationDate '1887-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '284772'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38331'^^xsd:string;
  dwc:scientificName 'Paracytaeis octona 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 '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 '290645'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550751'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290645'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550837> ;
  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%2F550837>
  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%2F550837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40176'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550837'^^xsd:anyURI;
  dwc:observationDate '1967-06-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%2F550848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.11667 -109.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-109.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F550848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/550848" ;
  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.41109'^^xsd:string;
  dwc:scientificName 'Monostaechas quadridens (Mc Crady, 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 '1934'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-109.36667'^^xsd:double;
  dwc:latitude '-27.11667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '117635'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/550848'^^xsd:anyURI;
  dwc:observationDate '1934-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '117635'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551004> ;
  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%2F551004>
  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%2F551004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44129'^^xsd:string;
  dwc:scientificName 'Geryonia proboscidalis (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 '9193'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^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:9193'^^xsd:anyURI;
  dwc:aphiaid '117567'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551004'^^xsd:anyURI;
  dwc:observationDate '1929-04-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%2F551032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551032> ;
  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%2F551032>
  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%2F551032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551032" ;
  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.38311'^^xsd:string;
  dwc:scientificName 'Tubiclava pusilla (Motz-Kossowska, 1905)'^^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 '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^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 '151712'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551032'^^xsd:anyURI;
  dwc:observationDate '1934-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '231684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551033> ;
  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%2F551033>
  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%2F551033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551033" ;
  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.38305'^^xsd:string;
  dwc:scientificName 'Tubiclava pusilla (Motz-Kossowska, 1905)'^^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 '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^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 '151712'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551033'^^xsd:anyURI;
  dwc:observationDate '1934-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '231684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -63.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-63.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%2F551067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -63.3)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "-63.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551067" ;
  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.42986'^^xsd:string;
  dwc:scientificName 'Thuiaria similis (Clark, 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 'Northumberland Strait'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-63.3'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  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 '834181'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '158188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551149> ;
  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%2F551149>
  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%2F551149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38828'^^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 '1966'^^xsd:integer;
  dwc:monthCollected '9'^^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/551149'^^xsd:anyURI;
  dwc:observationDate '1966-09-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%2F551162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551162> ;
  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%2F551162>
  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%2F551162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40680'^^xsd:string;
  dwc:scientificName 'Eutonina indicans (Romanes, 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:yearCollected '1967'^^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 '117517'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551162'^^xsd:anyURI;
  dwc:observationDate '1967-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117517'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.711111 -25.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.711111"^^xsd:decimal ;
  dwc:decimalLongitude "-25.0875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551204" ;
  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/st553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41361'^^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/st553'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.0875'^^xsd:double;
  dwc:latitude '37.711111'^^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:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551204'^^xsd:anyURI;
  dwc:observationDate '1895-07-03'^^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%2F551205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.711111 -25.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.711111"^^xsd:decimal ;
  dwc:decimalLongitude "-25.0875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551205" ;
  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/st553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41336'^^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/st553'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.0875'^^xsd:double;
  dwc:latitude '37.711111'^^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/551205'^^xsd:anyURI;
  dwc:observationDate '1895-07-03'^^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%2F551269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.42 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.42"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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%2F551269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.42 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "50.42"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38402'^^xsd:string;
  dwc:scientificName 'Eudendrium cunninghami Kirkpatrick, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:latitude '50.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 '117546'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551269'^^xsd:anyURI;
  dwc:observationDate '1910-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%2F551487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551487> ;
  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%2F551487>
  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%2F551487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551487" ;
  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.38394,INV.38395'^^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: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 '117545'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551487'^^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%2F551488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551488> ;
  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%2F551488>
  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%2F551488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551488" ;
  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.38395,INV.38396'^^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: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 '117545'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551488'^^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%2F551518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551518> ;
  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%2F551518>
  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%2F551518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551518" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Tridentata xantha Stechow, 1923'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/551518'^^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%2F551519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551519> ;
  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%2F551519>
  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%2F551519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551519" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Tridentata xantha Stechow, 1923'^^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/551519'^^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%2F551536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551536> ;
  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%2F551536>
  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%2F551536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551536" ;
  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.43261'^^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 '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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/551536'^^xsd:anyURI;
  dwc:observationDate '1930-12-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551658> ;
  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%2F551658>
  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%2F551658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551658" ;
  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.41242'^^xsd:string;
  dwc:scientificName 'Grammaria abietina (Sars, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), 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 '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551658'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F551659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551659> ;
  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%2F551659>
  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%2F551659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551659" ;
  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.41235'^^xsd:string;
  dwc:scientificName 'Grammaria abietina (Sars, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), 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 '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551659'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F551689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551689> ;
  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%2F551689>
  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%2F551689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38268,INV.38269,INV.38270,INV.38271,INV.38272'^^xsd:string;
  dwc:scientificName 'Corydendrium parasiticum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon R.P.A., Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '8'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551689'^^xsd:anyURI;
  dwc:observationDate '1969-08-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%2F551839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551839> ;
  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%2F551839>
  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%2F551839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41498'^^xsd:string;
  dwc:scientificName 'Staurodiscus spacies'^^xsd: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:occurrenceId 'http://collections.naturalsciences.be/specimen/551839'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551847> ;
  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%2F551847>
  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%2F551847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551847" ;
  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'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.83579 138.23959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.83579"^^xsd:decimal ;
  dwc:decimalLongitude "138.23959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552004" ;
  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.42889'^^xsd:string;
  dwc:scientificName 'Sertularia potentissima Kirchenpauer'^^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:continentOcean 'Gulf Saint Vincent'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '138.23959'^^xsd:double;
  dwc:latitude '-34.83579'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4450'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552004'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552119> ;
  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%2F552119>
  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%2F552119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552119" ;
  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.43757'^^xsd:string;
  dwc:scientificName 'Obelia dichotoma (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 '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552119'^^xsd:anyURI;
  dwc:observationDate '1903-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552228> ;
  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%2F552228>
  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%2F552228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552228" ;
  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.39061'^^xsd:string;
  dwc:scientificName 'Coryne sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 'Oceans, Sargasso Sea'^^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 '117067'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552228'^^xsd:anyURI;
  dwc:observationDate '1937-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '117067'^^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%2F552650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552650> ;
  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%2F552650>
  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%2F552650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552650" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552650'^^xsd:anyURI;
  dwc:observationDate '1936-12-10'^^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%2F552651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552651> ;
  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%2F552651>
  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%2F552651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552651" ;
  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.41992'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552651'^^xsd:anyURI;
  dwc:observationDate '1936-12-10'^^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%2F552672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552672> ;
  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%2F552672>
  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%2F552672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552672" ;
  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.41305'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^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 '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552672'^^xsd:anyURI;
  dwc:observationDate '1903-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%2F552752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38960'^^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 '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 '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552752'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F552857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552857> ;
  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%2F552857>
  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%2F552857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552857" ;
  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\\2'^^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 '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 '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552857'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F552951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552951> ;
  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%2F552951>
  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%2F552951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38109,INV.38116,INV.38117,INV.38118,INV.38557\\1'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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:yearCollected '1958'^^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: bouin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552951'^^xsd:anyURI;
  dwc:observationDate '1958-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552952> ;
  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%2F552952>
  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%2F552952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38116,INV.38117,INV.38118,INV.38557\\1,INV.38558'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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:yearCollected '1958'^^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 '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552952'^^xsd:anyURI;
  dwc:observationDate '1958-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39900'^^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: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 '285991'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/552957'^^xsd:anyURI;
  dwc:observationDate '1986-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '1726700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F552997> ;
  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%2F552997>
  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%2F552997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/552997" ;
  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.43255'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/552997'^^xsd:anyURI;
  dwc:observationDate '1937-12-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.516667 -11.558333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.516667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.558333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553048" ;
  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/st3026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43191'^^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/st3026'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Oceans'^^xsd:string;
  dwc:longitude '-11.558333'^^xsd:double;
  dwc:latitude '36.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:12981'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553048'^^xsd:anyURI;
  dwc:observationDate '1910-09-03'^^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%2F553079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553079> ;
  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%2F553079>
  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%2F553079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40733'^^xsd:string;
  dwc:scientificName 'Eucheilota tropica 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 '221218'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553079'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40655'^^xsd:string;
  dwc:scientificName 'Eutima curva 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 '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 '221227'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553124'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221227'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553289> ;
  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%2F553289>
  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%2F553289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553289" ;
  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.41015'^^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: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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.33 -80.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.33"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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%2F553350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.33 -80.3)"^^geo:wktLiteral ;
  geo-pos:lat "-0.33"^^xsd:decimal ;
  geo-pos:long "-80.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553350" ;
  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.40387'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 1872)'^^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 'Ecuador'^^xsd:string;
  dwc:longitude '-80.3'^^xsd:double;
  dwc:latitude '-0.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 '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553350'^^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%2F553351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.33 -80.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.33"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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%2F553351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.33 -80.3)"^^geo:wktLiteral ;
  geo-pos:lat "-0.33"^^xsd:decimal ;
  geo-pos:long "-80.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553351" ;
  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.40381'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 1872)'^^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 'Ecuador'^^xsd:string;
  dwc:longitude '-80.3'^^xsd:double;
  dwc:latitude '-0.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 '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553351'^^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%2F553357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553357> ;
  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%2F553357>
  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%2F553357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553357" ;
  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.40307'^^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 '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 '284088'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553357'^^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%2F553360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.776389 -28.284722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.776389"^^xsd:decimal ;
  dwc:decimalLongitude "-28.284722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1018.3747587368999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553360" ;
  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/st616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41359'^^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/st616'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.284722'^^xsd:double;
  dwc:latitude '38.776389'^^xsd:double;
  dwc:coordinatePrecision '1018.3747587369'^^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/553360'^^xsd:anyURI;
  dwc:observationDate '1895-08-01'^^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%2F553361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.776389 -28.284722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.776389"^^xsd:decimal ;
  dwc:decimalLongitude "-28.284722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1018.3747587368999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553361" ;
  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/st616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41338'^^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/st616'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.284722'^^xsd:double;
  dwc:latitude '38.776389'^^xsd:double;
  dwc:coordinatePrecision '1018.3747587369'^^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/553361'^^xsd:anyURI;
  dwc:observationDate '1895-08-01'^^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%2F553388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553388> ;
  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%2F553388>
  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%2F553388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553388" ;
  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.43456'^^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 '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: plastic container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553388'^^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%2F553492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553492> ;
  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%2F553492>
  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%2F553492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553492" ;
  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.42521'^^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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553492'^^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%2F553524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41450'^^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 '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 '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553524'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F553550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553550> ;
  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%2F553550>
  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%2F553550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553550" ;
  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.43628'^^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 '-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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553550'^^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%2F553551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553551> ;
  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%2F553551>
  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%2F553551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553551" ;
  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.43599'^^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 '-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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553551'^^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%2F553637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553637> ;
  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%2F553637>
  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%2F553637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553637" ;
  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.40778'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^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/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 '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553637'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^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%2F553706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553706> ;
  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%2F553706>
  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%2F553706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553706" ;
  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.42725'^^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 '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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553706'^^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%2F553707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553707> ;
  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%2F553707>
  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%2F553707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553707" ;
  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.42717'^^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 '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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553707'^^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%2F553804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553804> ;
  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%2F553804>
  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%2F553804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553804" ;
  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.43493'^^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 '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 '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553804'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F553805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553805> ;
  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%2F553805>
  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%2F553805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553805" ;
  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.43520'^^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 '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 '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553805'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F553880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38136'^^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: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 '221104'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44157'^^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 '1981'^^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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553899'^^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%2F553993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F553993> ;
  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%2F553993>
  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%2F553993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/553993" ;
  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.41257\\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 '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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/553993'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^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%2F554287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554287> ;
  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%2F554287>
  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%2F554287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554287" ;
  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.43074'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^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 '1932'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^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 '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554287'^^xsd:anyURI;
  dwc:observationDate '1932-07-23'^^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%2F554288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554288> ;
  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%2F554288>
  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%2F554288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554288" ;
  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.43063'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^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 '1932'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^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 '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554288'^^xsd:anyURI;
  dwc:observationDate '1932-07-23'^^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%2F554385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43385'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284377'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554385'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '284377'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554455> ;
  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%2F554455>
  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%2F554455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554455" ;
  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.41285\\1'^^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/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 '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554455'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^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%2F554456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554456> ;
  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%2F554456>
  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%2F554456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554456" ;
  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.42564\\1'^^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/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 '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554456'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^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%2F554457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554457> ;
  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%2F554457>
  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%2F554457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554457" ;
  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.42598\\1'^^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/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 '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554457'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^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%2F554488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554488> ;
  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%2F554488>
  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%2F554488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554488" ;
  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.41670'^^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 '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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554488'^^xsd:anyURI;
  dwc:observationDate '1938-06-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%2F554516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39888'^^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 '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 '117259'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554516'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F554522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.15 -132.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.15"^^xsd:decimal ;
  dwc:decimalLongitude "-132.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%2F554522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.15 -132.2)"^^geo:wktLiteral ;
  geo-pos:lat "53.15"^^xsd:decimal ;
  geo-pos:long "-132.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554522" ;
  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.42410'^^xsd:string;
  dwc:scientificName 'Selaginopsis cylindrica (Clark, 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:country 'Canada'^^xsd:string;
  dwc:longitude '-132.2'^^xsd:double;
  dwc:latitude '53.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:9376'^^xsd:anyURI;
  dwc:aphiaid '158182'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285724'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554584> ;
  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%2F554584>
  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%2F554584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554584" ;
  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.42811'^^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/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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554584'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F554758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.766667 13.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.766667"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F554758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.766667 13.066667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.766667"^^xsd:decimal ;
  geo-pos:long "13.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554758" ;
  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.41271\\1'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (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:yearCollected '1888'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.066667'^^xsd:double;
  dwc:latitude '-7.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554758'^^xsd:anyURI;
  dwc:observationDate '1888-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%2F555069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555069> ;
  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%2F555069>
  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%2F555069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40215'^^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 '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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555069'^^xsd:anyURI;
  dwc:observationDate '1967-04-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%2F555087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555087> ;
  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%2F555087>
  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%2F555087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555087" ;
  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.42690'^^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 '-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 '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555087'^^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%2F555088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555088> ;
  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%2F555088>
  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%2F555088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555088" ;
  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.42681'^^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 '-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 '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555088'^^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%2F555182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555182> ;
  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%2F555182>
  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%2F555182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555182" ;
  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/st429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.38841'^^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/st429'^^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 '285812'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555182'^^xsd:anyURI;
  dwc:observationDate '1898-05-28'^^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%2F555439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555439" ;
  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.44199'^^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 '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^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 '221236'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555439'^^xsd:anyURI;
  dwc:observationDate '1975-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '221236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.65 12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.65"^^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%2F555479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.65 12)"^^geo:wktLiteral ;
  geo-pos:lat "-5.65"^^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%2F555479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555479" ;
  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/st044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.39964'^^xsd:string;
  dwc:scientificName 'Aequorea aequorea (Forskäl, 1775)'^^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/st044'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12'^^xsd:integer;
  dwc:latitude '-5.65'^^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 '117268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555479'^^xsd:anyURI;
  dwc:observationDate '1984-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555777> ;
  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%2F555777>
  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%2F555777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555777" ;
  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.1000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.40526'^^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/st.1000'^^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 '754346'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555777'^^xsd:anyURI;
  dwc:observationDate '1898-05-28'^^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%2F555994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.366667 13.016667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.366667"^^xsd:decimal ;
  dwc:decimalLongitude "13.016667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555994" ;
  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/st183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39520'^^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/st183'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.016667'^^xsd:double;
  dwc:latitude '-9.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:16808'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555994'^^xsd:anyURI;
  dwc:observationDate '1949-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%2F556120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556120> ;
  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%2F556120>
  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%2F556120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556120" ;
  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.41117'^^xsd:string;
  dwc:scientificName 'Paragattya intermedia (Warren, 1906)'^^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 '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '15.1'^^xsd:double;
  dwc:latitude '-26.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '571742'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556120'^^xsd:anyURI;
  dwc:observationDate '1937-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '289983'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556121> ;
  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%2F556121>
  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%2F556121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556121" ;
  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.41116'^^xsd:string;
  dwc:scientificName 'Paragattya intermedia (Warren, 1906)'^^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 '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '15.1'^^xsd:double;
  dwc:latitude '-26.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '571742'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556121'^^xsd:anyURI;
  dwc:observationDate '1937-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '289983'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F556183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556183" ;
  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.40008\\1'^^xsd:string;
  dwc:scientificName 'Hebella corrugata Vanhoffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), 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 '1911'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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 '284957'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556183'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^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%2F556184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.466667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F556184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.466667 5.6)"^^geo:wktLiteral ;
  geo-pos:lat "-1.466667"^^xsd:decimal ;
  geo-pos:long "5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556184" ;
  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.41252'^^xsd:string;
  dwc:scientificName 'Hebella corrugata Vanhoffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), 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 '1911'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.6'^^xsd:double;
  dwc:latitude '-1.466667'^^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 '284957'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556184'^^xsd:anyURI;
  dwc:observationDate '1911-10-07'^^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%2F556210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556210> ;
  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%2F556210>
  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%2F556210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556210" ;
  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.43147'^^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 '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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556210'^^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%2F556211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556211> ;
  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%2F556211>
  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%2F556211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556211" ;
  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.43126'^^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 '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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556211'^^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%2F556259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556259> ;
  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%2F556259>
  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%2F556259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556259" ;
  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.40133'^^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 '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:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556259'^^xsd:anyURI;
  dwc:observationDate '1930-05-15'^^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%2F556260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556260> ;
  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%2F556260>
  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%2F556260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556260" ;
  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.40095'^^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 '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:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556260'^^xsd:anyURI;
  dwc:observationDate '1930-05-15'^^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%2F556380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556380> ;
  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%2F556380>
  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%2F556380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "21782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38035'^^xsd:string;
  dwc:scientificName 'Bimeria humilis Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '21782'^^xsd:integer;
  dwc:yearCollected '1901'^^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:21782'^^xsd:anyURI;
  dwc:aphiaid '292530'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556380'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117320'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.270834 -24.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.270834"^^xsd:decimal ;
  dwc:decimalLongitude "-24.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%2F556465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.270834 -24.7625)"^^geo:wktLiteral ;
  geo-pos:lat "37.270834"^^xsd:decimal ;
  geo-pos:long "-24.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556465" ;
  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/st548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42623'^^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 '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st548'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-24.7625'^^xsd:double;
  dwc:latitude '37.270834'^^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/556465'^^xsd:anyURI;
  dwc:observationDate '1895-07-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556693> ;
  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%2F556693>
  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%2F556693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556693" ;
  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'^^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 '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 '117592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556693'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F556694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556694> ;
  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%2F556694>
  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%2F556694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556694" ;
  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.40938'^^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 '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 '117592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556694'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F556877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38585'^^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: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 '117766'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556877'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F556879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44181'^^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 '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 '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556879'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F557097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0167 12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.0167"^^xsd:decimal ;
  dwc:decimalLongitude "12.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%2F557097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0167 12.4)"^^geo:wktLiteral ;
  geo-pos:lat "-6.0167"^^xsd:decimal ;
  geo-pos:long "12.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557097" ;
  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" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38337'^^xsd:string;
  dwc:scientificName 'Cnidostoma fallax Vanhöffen, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20403'^^xsd:integer;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '12.4'^^xsd:double;
  dwc:latitude '-6.0167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20403'^^xsd:anyURI;
  dwc:aphiaid '289690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557097'^^xsd:anyURI;
  dwc:observationDate '1955-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '289690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39929'^^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:startYearCollected '1978'^^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 '221191'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557100'^^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%2F557159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.44 147.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.44"^^xsd:decimal ;
  dwc:decimalLongitude "147.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%2F557159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.44 147.1)"^^geo:wktLiteral ;
  geo-pos:lat "-42.44"^^xsd:decimal ;
  geo-pos:long "147.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557159" ;
  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.40059'^^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.1'^^xsd:double;
  dwc:latitude '-42.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:11365'^^xsd:anyURI;
  dwc:aphiaid '284020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557159'^^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%2F557160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.44 147.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.44"^^xsd:decimal ;
  dwc:decimalLongitude "147.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%2F557160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.44 147.1)"^^geo:wktLiteral ;
  geo-pos:lat "-42.44"^^xsd:decimal ;
  geo-pos:long "147.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557160" ;
  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.40045'^^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.1'^^xsd:double;
  dwc:latitude '-42.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 '284020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557160'^^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%2F557253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557253> ;
  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%2F557253>
  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%2F557253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39079'^^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 '1964'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '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/557253'^^xsd:anyURI;
  dwc:observationDate '1964-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%2F557306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557306> ;
  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%2F557306>
  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%2F557306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557306" ;
  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\\1'^^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: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:aphiaid '117370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557306'^^xsd:anyURI;
  dwc:observationDate '1931-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117370'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557307> ;
  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%2F557307>
  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%2F557307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557307" ;
  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.43472'^^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: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:aphiaid '117370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557307'^^xsd:anyURI;
  dwc:observationDate '1931-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117370'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557330> ;
  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%2F557330>
  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%2F557330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38020,NIV.38020'^^xsd:string;
  dwc:scientificName 'Bimeria nutans (Wright, 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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '151713'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557330'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117342'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557383> ;
  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%2F557383>
  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%2F557383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557383" ;
  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.42119'^^xsd:string;
  dwc:scientificName 'Dymella dubia (Billard, 1922)'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/557383'^^xsd:anyURI;
  dwc:observationDate '1901-07-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.52 -73.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.52"^^xsd:decimal ;
  dwc:decimalLongitude "-73.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%2F557402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.52 -73.26)"^^geo:wktLiteral ;
  geo-pos:lat "-39.52"^^xsd:decimal ;
  geo-pos:long "-73.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557402" ;
  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.41702'^^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 'Chile'^^xsd:string;
  dwc:longitude '-73.26'^^xsd:double;
  dwc:latitude '-39.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:20550'^^xsd:anyURI;
  dwc:aphiaid '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557402'^^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%2F557429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.866667 11.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.866667"^^xsd:decimal ;
  dwc:decimalLongitude "11.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557429" ;
  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/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 '2011-10-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44338'^^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/st013'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '11.725'^^xsd:double;
  dwc:latitude '-5.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/557429'^^xsd:anyURI;
  dwc:observationDate '1948-08-20'^^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%2F557490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557490> ;
  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%2F557490>
  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%2F557490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557490" ;
  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.43549'^^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 '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 '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557490'^^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%2F557547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557547" ;
  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.43998'^^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 '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  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 '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557547'^^xsd:anyURI;
  dwc:observationDate '1976-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117835'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557619> ;
  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%2F557619>
  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%2F557619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38554'^^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 '1963'^^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/557619'^^xsd:anyURI;
  dwc:observationDate '1963-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%2F557971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557971> ;
  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%2F557971>
  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%2F557971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38111'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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: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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557971'^^xsd:anyURI;
  dwc:observationDate '1962-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F557980> ;
  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%2F557980>
  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%2F557980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/557980" ;
  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.39991'^^xsd:string;
  dwc:scientificName 'Aequorea sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '116998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/557980'^^xsd:anyURI;
  dwc:observationDate '1930-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%2F558042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.266667 12.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.266667"^^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%2F558042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.266667 12.116667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.266667"^^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%2F558042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558042" ;
  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/st008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44332'^^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/st008'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.116667'^^xsd:double;
  dwc:latitude '-6.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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558042'^^xsd:anyURI;
  dwc:observationDate '1948-08-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%2F558102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39507'^^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 '1978'^^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/558102'^^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%2F558145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558145> ;
  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%2F558145>
  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%2F558145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558145" ;
  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\\2'^^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'^^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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558145'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F558146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558146> ;
  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%2F558146>
  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%2F558146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558146" ;
  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.41007'^^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'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558146'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F558180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40726'^^xsd:string;
  dwc:scientificName 'Eucheilota minima 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 '284640'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558180'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284640'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558339> ;
  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%2F558339>
  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%2F558339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558339" ;
  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.38382'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare 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 '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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558339'^^xsd:anyURI;
  dwc:observationDate '1934-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%2F558425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558425> ;
  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%2F558425>
  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%2F558425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40641'^^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 '9'^^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/558425'^^xsd:anyURI;
  dwc:observationDate '1967-09-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%2F558439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558439> ;
  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%2F558439>
  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%2F558439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558439" ;
  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.40433'^^xsd:string;
  dwc:scientificName 'Monoserius pennarius (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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '290362'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558440> ;
  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%2F558440>
  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%2F558440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558440" ;
  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.40412'^^xsd:string;
  dwc:scientificName 'Monoserius pennarius (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 '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 '290362'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558502> ;
  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%2F558502>
  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%2F558502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39798,INV.39799,INV.39800,INV.39801'^^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 '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 '117993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558502'^^xsd:anyURI;
  dwc:observationDate '1963-06-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%2F558503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558503> ;
  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%2F558503>
  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%2F558503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39797,INV.39798,INV.39799,INV.39800'^^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 '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 '117993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558503'^^xsd:anyURI;
  dwc:observationDate '1963-06-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%2F558517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41564'^^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: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 '289264'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558517'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289264'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558677> ;
  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%2F558677>
  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%2F558677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39274,INV.39275,INV.39280,INV.39282,INV.39283,INV.39300,INV.39301,INV.39304,INV.39305'^^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 '5'^^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/558677'^^xsd:anyURI;
  dwc:observationDate '1971-05-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%2F558678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558678> ;
  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%2F558678>
  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%2F558678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39274,INV.39275,INV.39280,INV.39283,INV.39300,INV.39301,INV.39303,INV.39304,INV.39305'^^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 '5'^^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/558678'^^xsd:anyURI;
  dwc:observationDate '1971-05-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%2F558709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558709> ;
  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%2F558709>
  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%2F558709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558709'^^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%2F558814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38632'^^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 '1981'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:startMonthCollected '5'^^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 '285138'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558814'^^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%2F558864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558864> ;
  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%2F558864>
  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%2F558864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558864" ;
  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.38759'^^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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '151911'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558864'^^xsd:anyURI;
  dwc:observationDate '1933-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%2F558912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F558912> ;
  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%2F558912>
  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%2F558912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/558912" ;
  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.41257'^^xsd:string;
  dwc:scientificName 'Hebella calcarata (Agassiz, 1865)'^^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 '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/558912'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^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%2F559099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559099> ;
  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%2F559099>
  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%2F559099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559099" ;
  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.41120'^^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: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:aphiaid '290071'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559099'^^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%2F559100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559100> ;
  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%2F559100>
  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%2F559100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559100" ;
  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.41119'^^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: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:aphiaid '290071'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559100'^^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%2F559324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559324> ;
  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%2F559324>
  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%2F559324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43383'^^xsd:string;
  dwc:scientificName 'Clytia macrogonia (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 '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 '231669'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559324'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231669'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559450> ;
  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%2F559450>
  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%2F559450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38587'^^xsd:string;
  dwc:scientificName 'Amphinema rugosum (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 '117781'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559450'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117781'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559576> ;
  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%2F559576>
  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%2F559576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559576" ;
  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.42134'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559576'^^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%2F559577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559577> ;
  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%2F559577>
  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%2F559577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559577" ;
  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.42136'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559577'^^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%2F559695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559695> ;
  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%2F559695>
  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%2F559695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559695" ;
  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.42650'^^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 '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:monthCollected '3'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/559695'^^xsd:anyURI;
  dwc:observationDate '1934-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559696> ;
  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%2F559696>
  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%2F559696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559696" ;
  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.42634'^^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 '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:monthCollected '3'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/559696'^^xsd:anyURI;
  dwc:observationDate '1934-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559783> ;
  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%2F559783>
  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%2F559783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559783" ;
  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.41260'^^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 '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 '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559783'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F559784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559784> ;
  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%2F559784>
  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%2F559784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559784" ;
  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.42176\\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 '1940'^^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 '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559784'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F559795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559795> ;
  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%2F559795>
  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%2F559795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42535'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 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 '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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559795'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40592'^^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:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559901'^^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%2F559993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559993> ;
  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%2F559993>
  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%2F559993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559993" ;
  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.42697'^^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 '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^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 '117909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559993'^^xsd:anyURI;
  dwc:observationDate '1930-10-10'^^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%2F560069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560069> ;
  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%2F560069>
  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%2F560069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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\\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 '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 '212492'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560069'^^xsd:anyURI;
  dwc:observationDate '1909-07-17'^^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%2F560081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560081> ;
  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%2F560081>
  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%2F560081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560081" ;
  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.41745'^^xsd:string;
  dwc:scientificName 'Plumularia catharina Johnston, 1833'^^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 '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 '843050'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560081'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117631'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560192> ;
  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%2F560192>
  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%2F560192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38826'^^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 '1966'^^xsd:integer;
  dwc:monthCollected '6'^^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/560192'^^xsd:anyURI;
  dwc:observationDate '1966-06-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%2F560328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560328> ;
  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%2F560328>
  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%2F560328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41617'^^xsd:string;
  dwc:scientificName 'Orchistoma agariciforme Keller, 1884'^^xsd: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 '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 '117775'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560328'^^xsd:anyURI;
  dwc:observationDate '1964-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285115'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560385> ;
  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%2F560385>
  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%2F560385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560385" ;
  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.42598'^^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/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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560385'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^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%2F560422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560422> ;
  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%2F560422>
  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%2F560422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42769'^^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: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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560422'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F560423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560423> ;
  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%2F560423>
  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%2F560423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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\\2'^^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: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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560423'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F560496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560496> ;
  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%2F560496>
  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%2F560496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39849'^^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 '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9238'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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:9238'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560496'^^xsd:anyURI;
  dwc:observationDate '1929-07-26'^^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%2F560668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560668> ;
  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%2F560668>
  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%2F560668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38350'^^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 '1958'^^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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560668'^^xsd:anyURI;
  dwc:observationDate '1958-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.23 4.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.23"^^xsd:decimal ;
  dwc:decimalLongitude "4.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43883'^^xsd:string;
  dwc:scientificName 'Craspedacusta sowerbyi Lankester, 1880'^^xsd: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:country 'Belgium'^^xsd:string;
  dwc:longitude '4.52'^^xsd:double;
  dwc:latitude '50.23'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '567381'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560875'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117767'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40676'^^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: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 '284609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560883'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F560994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.17 79.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.17"^^xsd:decimal ;
  dwc:decimalLongitude "79.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%2F560994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.17 79.07)"^^geo:wktLiteral ;
  geo-pos:lat "9.17"^^xsd:decimal ;
  geo-pos:long "79.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F560994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/560994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43919'^^xsd:string;
  dwc:scientificName 'Limnocnida indica Annandale, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '6'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '79.07'^^xsd:double;
  dwc:latitude '9.17'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '816200'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/560994'^^xsd:anyURI;
  dwc:observationDate '1966-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '816200'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561106> ;
  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%2F561106>
  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%2F561106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561106" ;
  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.41995\\2'^^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 '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 '292298'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561106'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^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%2F561236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561236> ;
  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%2F561236>
  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%2F561236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42056'^^xsd:string;
  dwc:scientificName 'Diphasia delagei Billard, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117878'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561236'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117878'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561261> ;
  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%2F561261>
  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%2F561261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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,INV.39576'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561261'^^xsd:anyURI;
  dwc:observationDate '1969-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%2F561432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561432> ;
  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%2F561432>
  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%2F561432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561432" ;
  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.43484'^^xsd:string;
  dwc:scientificName 'Laomedea coronata (Clark, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/561432'^^xsd:anyURI;
  dwc:observationDate '1930-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561512> ;
  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%2F561512>
  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%2F561512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561512" ;
  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.42920'^^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 '1924'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^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 '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561512'^^xsd:anyURI;
  dwc:observationDate '1924-07-24'^^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%2F561731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.42 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.42"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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%2F561731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.42 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "50.42"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38403'^^xsd:string;
  dwc:scientificName 'Eudendrium cunninghami Kirkpatrick, 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:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:latitude '50.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 '117546'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561731'^^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%2F561778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.433333 -26.5125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.433333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561778" ;
  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/st578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41420'^^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/st578'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-26.5125'^^xsd:double;
  dwc:latitude '38.433333'^^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/561778'^^xsd:anyURI;
  dwc:observationDate '1895-07-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.433333 -26.5125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.433333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561779" ;
  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/st578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41407'^^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/st578'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-26.5125'^^xsd:double;
  dwc:latitude '38.433333'^^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/561779'^^xsd:anyURI;
  dwc:observationDate '1895-07-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561915> ;
  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%2F561915>
  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%2F561915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561915" ;
  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\\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: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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561915'^^xsd:anyURI;
  dwc:observationDate '1931-10-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%2F561916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561916> ;
  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%2F561916>
  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%2F561916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561916" ;
  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.38444'^^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: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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561916'^^xsd:anyURI;
  dwc:observationDate '1931-10-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%2F561999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.066667 -69.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.066667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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%2F561999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.066667 -69.866667)"^^geo:wktLiteral ;
  geo-pos:lat "12.066667"^^xsd:decimal ;
  geo-pos:long "-69.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F561999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/561999" ;
  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.42222'^^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 '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.866667'^^xsd:double;
  dwc:latitude '12.066667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/561999'^^xsd:anyURI;
  dwc:observationDate '1930-12-09'^^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%2F562000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.066667 -69.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.066667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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%2F562000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.066667 -69.866667)"^^geo:wktLiteral ;
  geo-pos:lat "12.066667"^^xsd:decimal ;
  geo-pos:long "-69.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562000" ;
  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.42209'^^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 '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.866667'^^xsd:double;
  dwc:latitude '12.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:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562000'^^xsd:anyURI;
  dwc:observationDate '1930-12-09'^^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%2F562082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.333333 122.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.333333"^^xsd:decimal ;
  dwc:decimalLongitude "122.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%2F562082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.333333 122.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.333333"^^xsd:decimal ;
  geo-pos:long "122.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562082" ;
  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/st204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40426'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 1904)'^^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/st204'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Buton'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '122.966667'^^xsd:double;
  dwc:latitude '-4.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:9464'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562082'^^xsd:anyURI;
  dwc:observationDate '1899-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562202> ;
  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%2F562202>
  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%2F562202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562202" ;
  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.42160'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562202'^^xsd:anyURI;
  dwc:observationDate '1930-07-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%2F562423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562423> ;
  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%2F562423>
  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%2F562423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562423" ;
  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.42244'^^xsd:string;
  dwc:scientificName 'Dynamena hexodon (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: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:aphiaid '285440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562424> ;
  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%2F562424>
  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%2F562424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562424" ;
  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.42241'^^xsd:string;
  dwc:scientificName 'Dynamena hexodon (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: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:aphiaid '285440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41497'^^xsd:string;
  dwc:scientificName 'Staurodiscus vietnamensis Kramp, 1962'^^xsd: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 '285048'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562470'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285048'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562490> ;
  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%2F562490>
  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%2F562490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562490" ;
  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.42814'^^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/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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562490'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^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%2F562509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562509> ;
  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%2F562509>
  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%2F562509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41100'^^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: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 '287314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562509'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '287314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 4.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "4.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%2F562520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 4.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.5"^^xsd:decimal ;
  geo-pos:long "4.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39210,INV.39211,INV.39212'^^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 '1972'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/562520'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F562521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562521> ;
  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%2F562521>
  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%2F562521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38435'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Billard'^^xsd:string;
  dwc:yearIdentified '1901'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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 '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562521'^^xsd:anyURI;
  dwc:observationDate '1901-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%2F562577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562577> ;
  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%2F562577>
  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%2F562577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562577" ;
  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.38525'^^xsd:string;
  dwc:scientificName 'Hydractinia epiconcha Stechow, 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 '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^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/562577'^^xsd:anyURI;
  dwc:observationDate '1934-06-12'^^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%2F562578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41637'^^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: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 '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '843045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39736'^^xsd:string;
  dwc:scientificName 'Ectopleura latitaeniata Xu & Zhang, 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: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 '285956'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562682'^^xsd:anyURI;
  dwc:observationDate '1984-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '285956'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562779> ;
  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%2F562779>
  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%2F562779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562779" ;
  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.40369'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (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 '9'^^xsd:integer;
  dwc:dayCollected '21'^^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 '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562779'^^xsd:anyURI;
  dwc:observationDate '1905-09-21'^^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%2F562886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562886> ;
  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%2F562886>
  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%2F562886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39768'^^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: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 '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562886'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562983> ;
  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%2F562983>
  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%2F562983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562983" ;
  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.43215'^^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 '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:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562983'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^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%2F563004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563004> ;
  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%2F563004>
  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%2F563004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563004" ;
  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.40226'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563004'^^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%2F563005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563005> ;
  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%2F563005>
  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%2F563005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563005" ;
  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.40187'^^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: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:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563005'^^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%2F563219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563219> ;
  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%2F563219>
  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%2F563219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563219" ;
  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.41959'^^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/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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563219'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F563220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563220> ;
  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%2F563220>
  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%2F563220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563220" ;
  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.43302\\1'^^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/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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563220'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^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%2F563232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563232" ;
  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.38967'^^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 '25753'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1977'^^xsd:integer;
  dwc:startMonthCollected '4'^^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 '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563232'^^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%2F563427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563427> ;
  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%2F563427>
  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%2F563427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563427" ;
  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.43048'^^xsd:string;
  dwc:scientificName 'Synthecium patulum (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: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:aphiaid '285931'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563428> ;
  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%2F563428>
  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%2F563428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563428" ;
  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.43047'^^xsd:string;
  dwc:scientificName 'Synthecium patulum (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: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:aphiaid '285931'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563429> ;
  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%2F563429>
  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%2F563429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563429" ;
  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.43487'^^xsd:string;
  dwc:scientificName 'Laomedea coronata (Clark, 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 '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/563429'^^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%2F563540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44193'^^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 '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 '221236'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563540'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F563890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563890> ;
  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%2F563890>
  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%2F563890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38138'^^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 '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 '117343'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563890'^^xsd:anyURI;
  dwc:observationDate '1963-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44019'^^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 '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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563999'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F564197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/564197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39889'^^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 '1978'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117259'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/564197'^^xsd:anyURI;
  dwc:observationDate '1978-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117259'^^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%2F564403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564403> ;
  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%2F564403>
  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%2F564403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/564403" ;
  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.40968'^^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 '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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/564403'^^xsd:anyURI;
  dwc:observationDate '1934-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%2F564570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3 10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F564570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3 10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.3"^^xsd:decimal ;
  geo-pos:long "10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/564570" ;
  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.38212,INV.38243,INV.38343'^^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 '1913'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Dove Elbe'^^xsd:string;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '10.03'^^xsd:double;
  dwc:latitude '53.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 '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/564570'^^xsd:anyURI;
  dwc:observationDate '1913-06-02'^^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%2F564571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3 10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F564571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3 10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.3"^^xsd:decimal ;
  geo-pos:long "10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/564571" ;
  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.38212,INV.38213,INV.38243'^^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 '1913'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Dove Elbe'^^xsd:string;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '10.03'^^xsd:double;
  dwc:latitude '53.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 '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/564571'^^xsd:anyURI;
  dwc:observationDate '1913-06-02'^^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%2F564668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564668> ;
  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%2F564668>
  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%2F564668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/564668" ;
  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.42401\\1'^^xsd:string;
  dwc:scientificName 'Lytocarpus longicornis (Busk, 1852)'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/564668'^^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%2F564835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564835> ;
  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%2F564835>
  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%2F564835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/564835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38075'^^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 '1953'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/564835'^^xsd:anyURI;
  dwc:observationDate '1953-03-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%2F564850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F564850> ;
  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%2F564850>
  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%2F564850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/564850" ;
  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.42507'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/564850'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^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%2F565172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565172> ;
  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%2F565172>
  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%2F565172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565172" ;
  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.42401\\2'^^xsd:string;
  dwc:scientificName 'Clava simplex Von Lendenfeld, 1885'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/565172'^^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%2F565214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38644'^^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 '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 '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565214'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F565372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565372> ;
  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%2F565372>
  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%2F565372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39195'^^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 '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 '117489'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565372'^^xsd:anyURI;
  dwc:observationDate '1965-08-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%2F565395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565395> ;
  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%2F565395>
  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%2F565395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565395" ;
  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.41887'^^xsd:string;
  dwc:scientificName 'Sibogella erecta Billard, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1911'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '291047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565395'^^xsd:anyURI;
  dwc:observationDate '1899-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '291047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39984'^^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 '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 '117272'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565425'^^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%2F565467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565467> ;
  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%2F565467>
  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%2F565467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39209'^^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 '1971'^^xsd:integer;
  dwc:monthCollected '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 '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565467'^^xsd:anyURI;
  dwc:observationDate '1971-03-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%2F565521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565521> ;
  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%2F565521>
  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%2F565521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43802'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^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 '8'^^xsd:integer;
  dwc:dayCollected '13'^^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/565521'^^xsd:anyURI;
  dwc:observationDate '1958-08-13'^^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%2F565695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.15541 29.15129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.15541"^^xsd:decimal ;
  dwc:decimalLongitude "29.15129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565695" ;
  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/st77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43935'^^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/st77'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Lac Tanganika'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.15129'^^xsd:double;
  dwc:latitude '-4.15541'^^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/565695'^^xsd:anyURI;
  dwc:observationDate '1947-01-21'^^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%2F565771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565771> ;
  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%2F565771>
  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%2F565771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565771" ;
  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.44094'^^xsd:string;
  dwc:scientificName 'Pegantha martagon 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/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 '174752'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565771'^^xsd:anyURI;
  dwc:observationDate '1949-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '174752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565867> ;
  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%2F565867>
  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%2F565867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565867" ;
  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.41792'^^xsd:string;
  dwc:scientificName 'Plumularia obliqua (Johnston, 1847)'^^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 '117823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565867'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '117806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565869> ;
  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%2F565869>
  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%2F565869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39960'^^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: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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565869'^^xsd:anyURI;
  dwc:observationDate '1958-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F565981> ;
  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%2F565981>
  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%2F565981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/565981" ;
  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.42193'^^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: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 '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/565981'^^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%2F566013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566013> ;
  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%2F566013>
  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%2F566013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566013" ;
  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.41079'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566014> ;
  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%2F566014>
  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%2F566014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566014" ;
  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.41060'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566068> ;
  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%2F566068>
  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%2F566068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40698'^^xsd:string;
  dwc:scientificName 'Helgicirrha malayensis (Stiasny, 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 '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 '221225'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566068'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221225'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -28.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.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 "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566430" ;
  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/st048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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.44086'^^xsd:string;
  dwc:scientificName 'Pegantha cyanogramma (Quoy & Gaimard, 1833)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp , Ranson G.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st048'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.433333'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:coordinatePrecision '100'^^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/566430'^^xsd:anyURI;
  dwc:observationDate '1935-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38162,INV.38163,INV.38164,INV.38165,INV.38166,INV.38168'^^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 '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 '718760'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566545> ;
  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%2F566545>
  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%2F566545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566545" ;
  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.40469'^^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 '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 '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566545'^^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%2F566563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566563> ;
  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%2F566563>
  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%2F566563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40362'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 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: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 '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566563'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566625> ;
  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%2F566625>
  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%2F566625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38774'^^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 '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 '231667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566625'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F566628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566628> ;
  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%2F566628>
  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%2F566628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566628" ;
  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\\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 '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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566628'^^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%2F566629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566629> ;
  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%2F566629>
  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%2F566629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566629" ;
  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.42355'^^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 '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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566629'^^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%2F566630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566630> ;
  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%2F566630>
  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%2F566630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566630" ;
  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\\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 '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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566630'^^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%2F566631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566631> ;
  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%2F566631>
  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%2F566631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566631" ;
  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.42343'^^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 '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 '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566631'^^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%2F566731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566731> ;
  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%2F566731>
  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%2F566731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566731" ;
  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.40908,INV.43218\\2'^^xsd:string;
  dwc:scientificName 'Halecium nanum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566731'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^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%2F566732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566732> ;
  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%2F566732>
  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%2F566732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566732" ;
  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.40908,INV.40921'^^xsd:string;
  dwc:scientificName 'Halecium nanum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566732'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^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%2F566740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.283333 12.708333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.283333"^^xsd:decimal ;
  dwc:decimalLongitude "12.708333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566740" ;
  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/st032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.40632'^^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/st032'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.708333'^^xsd:double;
  dwc:latitude '-7.283333'^^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/566740'^^xsd:anyURI;
  dwc:observationDate '1948-09-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%2F566905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566905> ;
  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%2F566905>
  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%2F566905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566905" ;
  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.41232'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566905'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^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%2F566937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F566937> ;
  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%2F566937>
  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%2F566937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/566937" ;
  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.39985'^^xsd:string;
  dwc:scientificName 'Aequorea forskalea Peron & Lesueur, 1810'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8693'^^xsd:anyURI;
  dwc:aphiaid '117270'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/566937'^^xsd:anyURI;
  dwc:observationDate '1922-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41577'^^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: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 '285059'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567100'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285059'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567218> ;
  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%2F567218>
  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%2F567218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567218" ;
  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.38801'^^xsd:string;
  dwc:scientificName 'Rathkea fasciulata (Haeckel, 1879)'^^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.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9398'^^xsd:anyURI;
  dwc:aphiaid '117343'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567218'^^xsd:anyURI;
  dwc:observationDate '1930-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%2F567260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567260> ;
  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%2F567260>
  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%2F567260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567260" ;
  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.43616'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (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 '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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567260'^^xsd:anyURI;
  dwc:observationDate '1933-05-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%2F567261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567261> ;
  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%2F567261>
  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%2F567261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567261" ;
  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.43609'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (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 '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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567261'^^xsd:anyURI;
  dwc:observationDate '1933-05-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%2F567266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567266> ;
  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%2F567266>
  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%2F567266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567266" ;
  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.43715'^^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.'^^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:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567266'^^xsd:anyURI;
  dwc:observationDate '1930-12-16'^^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%2F567546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567546> ;
  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%2F567546>
  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%2F567546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41238\\1'^^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 '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 '117373'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567546'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F567653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567653> ;
  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%2F567653>
  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%2F567653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567653" ;
  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.43712'^^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 '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 '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567653'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^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%2F567661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.383333 -82.783333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.783333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567661" ;
  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/st1056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.38499'^^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/st1056'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-82.783333'^^xsd:double;
  dwc:latitude '-70.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:10131'^^xsd:anyURI;
  dwc:aphiaid '173836'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567661'^^xsd:anyURI;
  dwc:observationDate '1898-10-08'^^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%2F567890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F567890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/567890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41513'^^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: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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285050'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/567890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568017> ;
  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%2F568017>
  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%2F568017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40362\\1'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568017'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.416667 12.541666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "12.541666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568091" ;
  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/st113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43837'^^xsd:string;
  dwc:scientificName 'Obelia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st113'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.541666'^^xsd:double;
  dwc:latitude '-13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: 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/568091'^^xsd:anyURI;
  dwc:observationDate '1949-01-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%2F568208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568208> ;
  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%2F568208>
  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%2F568208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568208" ;
  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.42093'^^xsd:string;
  dwc:scientificName 'Diphasia rosacea (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 '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568208'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568209> ;
  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%2F568209>
  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%2F568209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568209" ;
  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.42094'^^xsd:string;
  dwc:scientificName 'Diphasia rosacea (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 '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568209'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568474> ;
  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%2F568474>
  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%2F568474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38080,INV.38081,INV.38082,INV.38083,INV.38084,INV.38086,INV.38087,INV.38088,INV.38089,INV.38090,INV.38091,INV.38092,INV.38093'^^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 '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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568474'^^xsd:anyURI;
  dwc:observationDate '1959-07-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%2F568485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568485> ;
  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%2F568485>
  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%2F568485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568485" ;
  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'^^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 '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 '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568485'^^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%2F568486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568486> ;
  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%2F568486>
  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%2F568486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568486" ;
  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'^^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 '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 '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568486'^^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%2F568558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568558> ;
  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%2F568558>
  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%2F568558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568558" ;
  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.41669'^^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 '11726'^^xsd:integer;
  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 '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568558'^^xsd:anyURI;
  dwc:observationDate '1938-06-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%2F568665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568665> ;
  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%2F568665>
  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%2F568665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568665" ;
  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.40143'^^xsd:string;
  dwc:scientificName 'Aglaophenia mercatoris Leloup, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^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 '284038'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568665'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '418891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568742> ;
  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%2F568742>
  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%2F568742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568742" ;
  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.42505'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568742'^^xsd:anyURI;
  dwc:observationDate '1903-09-04'^^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%2F568920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568920> ;
  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%2F568920>
  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%2F568920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568920" ;
  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.43276'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/568920'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569097> ;
  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%2F569097>
  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%2F569097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569097" ;
  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.43399'^^xsd:string;
  dwc:scientificName 'Gastroblasta raffaelei Lang, 1886'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1901'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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 '231675'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569097'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569105> ;
  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%2F569105>
  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%2F569105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42850'^^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 '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 '285606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569105'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F569108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569108> ;
  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%2F569108>
  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%2F569108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569108" ;
  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.40444'^^xsd:string;
  dwc:scientificName 'Thecocarpus distans (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  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:occurrenceId 'http://collections.naturalsciences.be/specimen/569108'^^xsd:anyURI;
  dwc:observationDate '1893-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.5 11.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.5"^^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%2F569122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.5 11.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.5"^^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%2F569122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569122" ;
  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/st200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44333'^^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/st200'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '11.666667'^^xsd:double;
  dwc:latitude '-6.5'^^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/569122'^^xsd:anyURI;
  dwc:observationDate '1949-05-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%2F569261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569261> ;
  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%2F569261>
  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%2F569261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569261" ;
  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.43698'^^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/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 '152128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569261'^^xsd:anyURI;
  dwc:observationDate '1895-07-16'^^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%2F569477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569477> ;
  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%2F569477>
  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%2F569477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569477" ;
  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.39424'^^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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569477'^^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%2F569732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569732> ;
  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%2F569732>
  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%2F569732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569732" ;
  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.44098'^^xsd:string;
  dwc:scientificName 'Pegantha 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 '117238'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569732'^^xsd:anyURI;
  dwc:observationDate '1948-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '117238'^^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%2F569863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569863> ;
  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%2F569863>
  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%2F569863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38877'^^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 '1974'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569863'^^xsd:anyURI;
  dwc:observationDate '1974-05-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%2F569901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.21 43.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.21"^^xsd:decimal ;
  dwc:decimalLongitude "43.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%2F569901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.21 43.4)"^^geo:wktLiteral ;
  geo-pos:lat "-23.21"^^xsd:decimal ;
  geo-pos:long "43.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40359'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 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: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 'Madagascar'^^xsd:string;
  dwc:longitude '43.4'^^xsd:double;
  dwc:latitude '-23.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 '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569901'^^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%2F569928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569928> ;
  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%2F569928>
  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%2F569928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569928" ;
  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.41862,INV.41863,INV.42302\\1'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), 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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569928'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^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%2F569929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569929> ;
  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%2F569929>
  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%2F569929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569929" ;
  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.41770\\1,INV.41862,INV.41863'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), 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 '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569929'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^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%2F569946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38765'^^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: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 '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570032> ;
  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%2F570032>
  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%2F570032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43407'^^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 '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 '117377'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570032'^^xsd:anyURI;
  dwc:observationDate '1965-04-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%2F570041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570041> ;
  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%2F570041>
  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%2F570041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39179'^^xsd:string;
  dwc:scientificName 'Sarsia gemmifera 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 '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 '117482'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570041'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '565161'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570044> ;
  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%2F570044>
  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%2F570044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38567'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570044'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F570364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570364> ;
  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%2F570364>
  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%2F570364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570364" ;
  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.41780,INV.41800'^^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 '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 '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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570364'^^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%2F570369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570369> ;
  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%2F570369>
  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%2F570369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570369" ;
  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.38477'^^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/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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570369'^^xsd:anyURI;
  dwc:observationDate '1898-05-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%2F570370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570370> ;
  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%2F570370>
  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%2F570370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570370" ;
  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\\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/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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570370'^^xsd:anyURI;
  dwc:observationDate '1898-05-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%2F570591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570591> ;
  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%2F570591>
  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%2F570591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570591" ;
  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.38753,INV.38755\\3'^^xsd:string;
  dwc:scientificName 'Halecium liouvillei Billard, 1934'^^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 '117593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570591'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^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%2F570604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41582'^^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 '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 '285062'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570604'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F570633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.5 11.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.5"^^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%2F570633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.5 11.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.5"^^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%2F570633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570633" ;
  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/st200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44221'^^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/st200'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '11.666667'^^xsd:double;
  dwc:latitude '-6.5'^^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/570633'^^xsd:anyURI;
  dwc:observationDate '1949-05-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%2F570666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570666> ;
  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%2F570666>
  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%2F570666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570666" ;
  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.40974'^^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 '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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570666'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^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%2F570883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43381'^^xsd:string;
  dwc:scientificName 'Clytia macrogonia (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 '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 '231669'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570883'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231669'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570921> ;
  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%2F570921>
  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%2F570921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570921" ;
  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.39429'^^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/st028'^^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.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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570921'^^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%2F570939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44170'^^xsd:string;
  dwc:scientificName 'Halicreas minimum 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:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:continentOcean 'Bismarck Sea, Oceans'^^xsd:string;
  dwc:longitude '148'^^xsd:integer;
  dwc:latitude '-4'^^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 '117617'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570939'^^xsd:anyURI;
  dwc:observationDate '1976-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117617'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571010" ;
  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.44059'^^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 '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 '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571010'^^xsd:anyURI;
  dwc:observationDate '1975-09-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%2F571121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 151.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3"^^xsd:decimal ;
  dwc:decimalLongitude "151.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%2F571121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 151.06)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3"^^xsd:decimal ;
  geo-pos:long "151.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40696'^^xsd:string;
  dwc:scientificName 'Helgicirrha malayensis (Stiasny, 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 '151.06'^^xsd:double;
  dwc:latitude '-8.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221225'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571121'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221225'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39919'^^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 '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 '288111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571390'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F571511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571511> ;
  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%2F571511>
  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%2F571511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38859'^^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: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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571511'^^xsd:anyURI;
  dwc:observationDate '1965-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%2F571514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571514> ;
  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%2F571514>
  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%2F571514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38156'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291050'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571514'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F571555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571555> ;
  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%2F571555>
  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%2F571555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39393'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571555'^^xsd:anyURI;
  dwc:observationDate '1974-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%2F571561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22 -88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22"^^xsd:decimal ;
  dwc:decimalLongitude "-88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571561" ;
  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.40418'^^xsd:string;
  dwc:scientificName 'Monoserius fasciculatus (Thornely, 1904)'^^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 '1923'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Bay of Bengal, Oceans'^^xsd:string;
  dwc:longitude '-88'^^xsd:integer;
  dwc:latitude '22'^^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/571561'^^xsd:anyURI;
  dwc:observationDate '1923-01-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38492'^^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: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 '290077'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571616'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '290077'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571808> ;
  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%2F571808>
  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%2F571808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571808" ;
  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,INV.41255'^^xsd:string;
  dwc:scientificName 'Hebella calcarata var. contorta 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/571808'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571809> ;
  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%2F571809>
  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%2F571809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571809" ;
  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,INV.41255'^^xsd:string;
  dwc:scientificName 'Hebella calcarata var. contorta 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/571809'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39989'^^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 '1975'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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/571977'^^xsd:anyURI;
  dwc:observationDate '1975-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.366667 -70.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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%2F572012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.366667 -70.95)"^^geo:wktLiteral ;
  geo-pos:lat "-53.366667"^^xsd:decimal ;
  geo-pos:long "-70.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572012" ;
  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/stM114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42949\\1'^^xsd:string;
  dwc:scientificName 'Campanulina chilensis (Hartlaub, 1905)'^^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/stM114'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.95'^^xsd:double;
  dwc:latitude '-53.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:24911'^^xsd:anyURI;
  dwc:aphiaid '835889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572012'^^xsd:anyURI;
  dwc:observationDate '1949-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '174421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -127.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.55"^^xsd:decimal ;
  dwc:decimalLongitude "-127.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%2F572059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -127.55)"^^geo:wktLiteral ;
  geo-pos:lat "50.55"^^xsd:decimal ;
  geo-pos:long "-127.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572059" ;
  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.41796'^^xsd:string;
  dwc:scientificName 'Plumularia plumularoides (Clarck, 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:yearCollected '1915'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-127.55'^^xsd:double;
  dwc:latitude '50.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:9376'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572059'^^xsd:anyURI;
  dwc:observationDate '1915-09-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572164> ;
  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%2F572164>
  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%2F572164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39136'^^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 '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 '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572164'^^xsd:anyURI;
  dwc:observationDate '1960-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%2F572386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572386> ;
  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%2F572386>
  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%2F572386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572386" ;
  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.42667'^^xsd:string;
  dwc:scientificName 'Sertularella quadridens (Bale, 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 '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 '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '285548'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572387> ;
  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%2F572387>
  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%2F572387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572387" ;
  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.42662'^^xsd:string;
  dwc:scientificName 'Sertularella quadridens (Bale, 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 '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 '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '285548'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40616'^^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 '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 '284587'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572579'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F572587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38997'^^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 '1975'^^xsd:integer;
  dwc:endYearCollected '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 '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572587'^^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%2F572688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.21"^^xsd:decimal ;
  dwc:decimalLongitude "107.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%2F572688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  geo-pos:lat "10.21"^^xsd:decimal ;
  geo-pos:long "107.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572688" ;
  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.39436,INV.39437,INV.39439,INV.39440'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 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 '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 '107.04'^^xsd:double;
  dwc:latitude '10.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:11329'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572688'^^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%2F572859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572859> ;
  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%2F572859>
  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%2F572859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38256'^^xsd:string;
  dwc:scientificName 'Dipurena simulans Bouillon, 1971'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117478'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572859'^^xsd:anyURI;
  dwc:observationDate '1965-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '565149'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572860> ;
  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%2F572860>
  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%2F572860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38335'^^xsd:string;
  dwc:scientificName 'Dipurena simulans Bouillon, 1971'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117478'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572860'^^xsd:anyURI;
  dwc:observationDate '1965-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '565149'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.88014 -67.32147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.88014"^^xsd:decimal ;
  dwc:decimalLongitude "-67.32147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572959" ;
  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/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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43771'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^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/st171'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-67.32147'^^xsd:double;
  dwc:latitude '-54.88014'^^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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572959'^^xsd:anyURI;
  dwc:observationDate '1898-01-02'^^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%2F572986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572986> ;
  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%2F572986>
  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%2F572986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38352'^^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 '1963'^^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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572986'^^xsd:anyURI;
  dwc:observationDate '1963-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573289> ;
  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%2F573289>
  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%2F573289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39093'^^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 '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 '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573289'^^xsd:anyURI;
  dwc:observationDate '1964-05-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%2F573350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39766'^^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: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 '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573350'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573395> ;
  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%2F573395>
  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%2F573395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38570'^^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 '1966'^^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 '220575'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573395'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F573422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573422> ;
  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%2F573422>
  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%2F573422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573422" ;
  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\\4'^^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 '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 '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573422'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F573423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573423> ;
  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%2F573423>
  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%2F573423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573423" ;
  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.42307\\1'^^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 '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:aphiaid '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573423'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F573424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573424> ;
  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%2F573424>
  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%2F573424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573424" ;
  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.43708\\3'^^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 '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:aphiaid '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573424'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F573645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573645> ;
  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%2F573645>
  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%2F573645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573645" ;
  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.43617'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573645'^^xsd:anyURI;
  dwc:observationDate '1922-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573666> ;
  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%2F573666>
  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%2F573666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39882'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573666'^^xsd:anyURI;
  dwc:observationDate '1961-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573795> ;
  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%2F573795>
  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%2F573795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38837'^^xsd:string;
  dwc:scientificName 'Acaulis primarius Stimpson, 1854'^^xsd: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 '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:27838'^^xsd:anyURI;
  dwc:aphiaid '117260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573796> ;
  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%2F573796>
  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%2F573796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38836'^^xsd:string;
  dwc:scientificName 'Acaulis primarius Stimpson, 1854'^^xsd: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 '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:27838'^^xsd:anyURI;
  dwc:aphiaid '117260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574056> ;
  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%2F574056>
  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%2F574056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574056" ;
  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.41057,INV.41080,INV.41081'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574057> ;
  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%2F574057>
  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%2F574057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574057" ;
  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.41057,INV.41058,INV.41080'^^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: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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38971'^^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 '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 '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574135'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F574136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38974'^^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 '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 '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574136'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F574172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.34 2.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.34"^^xsd:decimal ;
  dwc:decimalLongitude "2.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38423'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Billard'^^xsd:string;
  dwc:yearIdentified '1927'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  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 'France'^^xsd:string;
  dwc:longitude '2.52'^^xsd:double;
  dwc:latitude '42.34'^^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 '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574172'^^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%2F574185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574185> ;
  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%2F574185>
  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%2F574185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574185" ;
  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.41654'^^xsd:string;
  dwc:scientificName 'Monotheca obliqua (Johnston, 1847)'^^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 '117806'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574185'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117806'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574199> ;
  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%2F574199>
  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%2F574199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43343'^^xsd:string;
  dwc:scientificName 'Clytia hemisphaerica (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 '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 '117368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574199'^^xsd:anyURI;
  dwc:observationDate '1969-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%2F574244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574244> ;
  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%2F574244>
  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%2F574244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574244" ;
  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.44342,INV.44343,INV.44344,INV.44346,INV.44347,INV.44348'^^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/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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574244'^^xsd:anyURI;
  dwc:observationDate '1948-08-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%2F574245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574245> ;
  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%2F574245>
  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%2F574245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574245" ;
  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.44341,INV.44342,INV.44343,INV.44344,INV.44346,INV.44347'^^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/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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574245'^^xsd:anyURI;
  dwc:observationDate '1948-08-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%2F574276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574276> ;
  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%2F574276>
  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%2F574276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574276" ;
  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.42472'^^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/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 '117900'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574276'^^xsd:anyURI;
  dwc:observationDate '1901-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.11 15.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.11"^^xsd:decimal ;
  dwc:decimalLongitude "15.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%2F574291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.11 15.34)"^^geo:wktLiteral ;
  geo-pos:lat "38.11"^^xsd:decimal ;
  geo-pos:long "15.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574291" ;
  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.39869'^^xsd:string;
  dwc:scientificName 'Tubularia mesembryanthenum Allman, 1871'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '15.34'^^xsd:double;
  dwc:latitude '38.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117981'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574321> ;
  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%2F574321>
  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%2F574321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38856'^^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 '1964'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '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 '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574321'^^xsd:anyURI;
  dwc:observationDate '1964-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%2F574360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574360> ;
  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%2F574360>
  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%2F574360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42146'^^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 '9193'^^xsd:integer;
  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:9193'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574360'^^xsd:anyURI;
  dwc:observationDate '1929-12-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%2F574463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39941'^^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: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 '117718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574463'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117718'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574477> ;
  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%2F574477>
  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%2F574477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39820'^^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 '1964'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574477'^^xsd:anyURI;
  dwc:observationDate '1964-03-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%2F574481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 29.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.55"^^xsd:decimal ;
  dwc:decimalLongitude "29.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%2F574481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 29.41)"^^geo:wktLiteral ;
  geo-pos:lat "-4.55"^^xsd:decimal ;
  geo-pos:long "29.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574481" ;
  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/st62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44235,INV.44236,INV.44278,INV.44279,INV.44280'^^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 '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '17631/st62'^^xsd:string;
  dwc:collector 'Leloup Eugène'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '29.41'^^xsd:double;
  dwc:latitude '-4.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/574481'^^xsd:anyURI;
  dwc:observationDate '1949-01-10'^^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%2F574482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 29.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.55"^^xsd:decimal ;
  dwc:decimalLongitude "29.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%2F574482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 29.41)"^^geo:wktLiteral ;
  geo-pos:lat "-4.55"^^xsd:decimal ;
  geo-pos:long "29.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574482" ;
  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/st62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43932,INV.44236,INV.44278,INV.44279,INV.44280'^^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 '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '17631/st62'^^xsd:string;
  dwc:collector 'Leloup Eugène'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '29.41'^^xsd:double;
  dwc:latitude '-4.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:17631'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574482'^^xsd:anyURI;
  dwc:observationDate '1949-01-10'^^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%2F574852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40689'^^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: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 '284618'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574852'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F574996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F574996> ;
  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%2F574996>
  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%2F574996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/574996" ;
  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.40780\\1'^^xsd:string;
  dwc:scientificName 'Campanulina chilensis (Hartlaub, 1905)'^^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: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 '835889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/574996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174421'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3 31.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.3"^^xsd:decimal ;
  dwc:decimalLongitude "31.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38844'^^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 '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '31.13'^^xsd:double;
  dwc:latitude '-29.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289484'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/575082'^^xsd:anyURI;
  dwc:observationDate '1969-09-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%2F575088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575088> ;
  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%2F575088>
  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%2F575088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575088" ;
  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.40070'^^xsd:string;
  dwc:scientificName 'Aglaophenia filamentosa (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:occurrenceId 'http://collections.naturalsciences.be/specimen/575088'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575154> ;
  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%2F575154>
  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%2F575154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575154" ;
  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.42089'^^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/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 '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/575154'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^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%2F575190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.675 -25.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.675"^^xsd:decimal ;
  dwc:decimalLongitude "-25.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%2F575190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.675 -25.966667)"^^geo:wktLiteral ;
  geo-pos:lat "37.675"^^xsd:decimal ;
  geo-pos:long "-25.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575190" ;
  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/st3144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41194'^^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/st3144'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.966667'^^xsd:double;
  dwc:latitude '37.675'^^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/575190'^^xsd:anyURI;
  dwc:observationDate '1911-08-25'^^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%2F575201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5625 -73.034722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.5625"^^xsd:decimal ;
  dwc:decimalLongitude "-73.034722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575201" ;
  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/stM47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42948'^^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/stM47'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Paso Maillén'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.034722'^^xsd:double;
  dwc:latitude '-41.5625'^^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/575201'^^xsd:anyURI;
  dwc:observationDate '1949-01-25'^^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%2F575339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575339> ;
  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%2F575339>
  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%2F575339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575339" ;
  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.42214'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides 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 '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:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/575339'^^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%2F575340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575340> ;
  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%2F575340>
  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%2F575340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575340" ;
  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.42198'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides 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 '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:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/575340'^^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%2F575512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575512> ;
  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%2F575512>
  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%2F575512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575512" ;
  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.40239'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1901'^^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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/575512'^^xsd:anyURI;
  dwc:observationDate '1901-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%2F575588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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 '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 '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/575588'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F575867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F575867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/575867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38676'^^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: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 '117795'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/575867'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117795'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576001> ;
  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%2F576001>
  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%2F576001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.418,INV.41865'^^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: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 '285311'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576001'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F576006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38605'^^xsd:string;
  dwc:scientificName 'Amphinema turrida (Mayer, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^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 '117782'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576006'^^xsd:anyURI;
  dwc:observationDate '1976-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%2F576105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576105> ;
  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%2F576105>
  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%2F576105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576105" ;
  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.43841'^^xsd:string;
  dwc:scientificName 'Orthopyxis clytioides (Lamouroux, 1824)'^^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 '843039'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576105'^^xsd:anyURI;
  dwc:observationDate '1949-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '284314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576106> ;
  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%2F576106>
  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%2F576106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576106" ;
  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.43840'^^xsd:string;
  dwc:scientificName 'Orthopyxis clytioides (Lamouroux, 1824)'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '843039'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576106'^^xsd:anyURI;
  dwc:observationDate '1949-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '284314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 5.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.25"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F576366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 5.36)"^^geo:wktLiteral ;
  geo-pos:lat "-1.25"^^xsd:decimal ;
  geo-pos:long "5.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576366" ;
  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.41168'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (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 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.36'^^xsd:double;
  dwc:latitude '-1.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576366'^^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%2F576367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 5.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.25"^^xsd:decimal ;
  dwc:decimalLongitude "5.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%2F576367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 5.36)"^^geo:wktLiteral ;
  geo-pos:lat "-1.25"^^xsd:decimal ;
  geo-pos:long "5.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576367" ;
  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.41167'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (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 'Equatorial Guinea'^^xsd:string;
  dwc:longitude '5.36'^^xsd:double;
  dwc:latitude '-1.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 '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576367'^^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%2F576606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576606> ;
  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%2F576606>
  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%2F576606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576606" ;
  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.42067'^^xsd:string;
  dwc:scientificName 'Diphasia fallax (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:yearIdentified '1869'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4532'^^xsd:integer;
  dwc:yearCollected '1869'^^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 '117879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576606'^^xsd:anyURI;
  dwc:observationDate '1869-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%2F576646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38672'^^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 '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 '285137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576646'^^xsd:anyURI;
  dwc:observationDate '1989-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%2F576696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576696> ;
  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%2F576696>
  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%2F576696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576696" ;
  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.41231\\3'^^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 '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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576696'^^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%2F576697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576697> ;
  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%2F576697>
  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%2F576697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576697" ;
  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.41927'^^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 '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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576697'^^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%2F576698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576698> ;
  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%2F576698>
  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%2F576698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576698" ;
  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.41908'^^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 '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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576698'^^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%2F576733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576733> ;
  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%2F576733>
  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%2F576733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576733" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus tricuspidatus (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 '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 '117929'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576733'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F576734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576734> ;
  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%2F576734>
  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%2F576734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576734" ;
  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.40822\\1'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus tricuspidatus (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 '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:aphiaid '117929'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576734'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F576735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576735> ;
  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%2F576735>
  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%2F576735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576735" ;
  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.42954'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus tricuspidatus (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 '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:aphiaid '117929'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576735'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F576736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576736> ;
  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%2F576736>
  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%2F576736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576736" ;
  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.43707\\1'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus tricuspidatus (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 '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:aphiaid '117929'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576736'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F576759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576759> ;
  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%2F576759>
  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%2F576759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576759" ;
  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.43302,INV.43303'^^xsd:string;
  dwc:scientificName 'Campanularia speciosa Clark, 1877'^^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 '411936'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576759'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '411911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576760> ;
  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%2F576760>
  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%2F576760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576760" ;
  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\\2,INV.43302'^^xsd:string;
  dwc:scientificName 'Campanularia speciosa Clark, 1877'^^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 '411936'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576760'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '411911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576761> ;
  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%2F576761>
  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%2F576761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576761" ;
  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.43301,INV.43302'^^xsd:string;
  dwc:scientificName 'Campanularia speciosa Clark, 1877'^^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 '411936'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576761'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '411911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576769> ;
  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%2F576769>
  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%2F576769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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 '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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576769'^^xsd:anyURI;
  dwc:observationDate '1961-05-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%2F576795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576795> ;
  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%2F576795>
  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%2F576795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576795" ;
  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.41387,INV.41388,INV.41389'^^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: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/576795'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576796> ;
  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%2F576796>
  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%2F576796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576796" ;
  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.41387,INV.41388,INV.41389'^^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: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/576796'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576803> ;
  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%2F576803>
  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%2F576803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576803" ;
  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.41801'^^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 '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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576803'^^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%2F576813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 0.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "0.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%2F576813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 0.44)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "0.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F576813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/576813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39355'^^xsd:string;
  dwc:scientificName 'Odessia maeotica (Ostroumoff, 1896)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '0.44'^^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 '117764'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/576813'^^xsd:anyURI;
  dwc:observationDate '1959-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '117764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577018> ;
  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%2F577018>
  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%2F577018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577018" ;
  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.43319,INV.43320'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (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 '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 '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577018'^^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%2F577019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577019> ;
  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%2F577019>
  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%2F577019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577019" ;
  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.43312,INV.43319'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (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 '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 '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577019'^^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%2F577231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38325'^^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 '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 '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577231'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F577286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577286> ;
  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%2F577286>
  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%2F577286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577286" ;
  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.42091'^^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/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 '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577286'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^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%2F577287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577287> ;
  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%2F577287>
  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%2F577287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577287" ;
  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.42087'^^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/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 '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577287'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^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%2F577288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577288> ;
  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%2F577288>
  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%2F577288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577288" ;
  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\\1'^^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/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 '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577288'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^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%2F577465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577465> ;
  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%2F577465>
  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%2F577465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577465" ;
  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.44030'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577465'^^xsd:anyURI;
  dwc:observationDate '1949-01-30'^^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%2F577736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577736> ;
  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%2F577736>
  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%2F577736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577736" ;
  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.42506'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577736'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^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%2F577747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38170'^^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 '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 '718760'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577747'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577762> ;
  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%2F577762>
  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%2F577762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42263'^^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 '-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/577762'^^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%2F577934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577934> ;
  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%2F577934>
  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%2F577934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577934" ;
  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.43622'^^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 '-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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577934'^^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%2F577935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F577935> ;
  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%2F577935>
  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%2F577935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/577935" ;
  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.43592'^^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 '-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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/577935'^^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%2F578097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578097> ;
  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%2F578097>
  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%2F578097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38114'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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: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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578097'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.65 10.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.65"^^xsd:decimal ;
  dwc:decimalLongitude "10.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%2F578118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.65 10.1)"^^geo:wktLiteral ;
  geo-pos:lat "-5.65"^^xsd:decimal ;
  geo-pos:long "10.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578118" ;
  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/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 '2011-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44350'^^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/st046'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '10.1'^^xsd:double;
  dwc:latitude '-5.65'^^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/578118'^^xsd:anyURI;
  dwc:observationDate '1948-10-14'^^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%2F578260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40688'^^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: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 '284618'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578260'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F578314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 67.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "67.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%2F578314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 67.75)"^^geo:wktLiteral ;
  geo-pos:lat "23.95"^^xsd:decimal ;
  geo-pos:long "67.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578314" ;
  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.41822'^^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:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '67.75'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578314'^^xsd:anyURI;
  dwc:observationDate '1935-04-12'^^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%2F578349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40685'^^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: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 '284616'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578349'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F578358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578358> ;
  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%2F578358>
  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%2F578358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578358" ;
  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 '2011-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44334'^^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/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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578358'^^xsd:anyURI;
  dwc:observationDate '1949-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%2F578381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578381> ;
  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%2F578381>
  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%2F578381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38783,INV.38785,INV.38786'^^xsd:string;
  dwc:scientificName 'Hydrichtella epigorgia Stechow, 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: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 '290158'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578381'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290158'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578382> ;
  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%2F578382>
  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%2F578382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38783,INV.38784,INV.38786'^^xsd:string;
  dwc:scientificName 'Hydrichtella epigorgia Stechow, 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: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 '290158'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578382'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290158'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578449> ;
  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%2F578449>
  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%2F578449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578449" ;
  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.41834,INV.41934'^^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: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 '117678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578449'^^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%2F578450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578450> ;
  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%2F578450>
  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%2F578450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578450" ;
  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.41892,INV.41934'^^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: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 '117678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578450'^^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%2F578541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.641666 -6.1375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.641666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.1375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578541" ;
  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/st56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40072'^^xsd:string;
  dwc:scientificName 'Aglaophenia filicula Allman, 1883'^^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/st56'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-6.1375'^^xsd:double;
  dwc:latitude '43.641666'^^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 '284024'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578541'^^xsd:anyURI;
  dwc:observationDate '1886-08-04'^^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%2F578610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578610> ;
  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%2F578610>
  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%2F578610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40058'^^xsd:string;
  dwc:scientificName 'Aglaophenia dichotoma (Sars, 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: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 '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578610'^^xsd:anyURI;
  dwc:observationDate '1965-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '418889'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F578759> ;
  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%2F578759>
  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%2F578759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/578759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39613'^^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:dayCollected '24'^^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 '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/578759'^^xsd:anyURI;
  dwc:observationDate '1966-08-24'^^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%2F579063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579063> ;
  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%2F579063>
  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%2F579063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579063" ;
  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.41412'^^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/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/579063'^^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%2F579197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8 -68.283333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-68.283333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579197" ;
  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.42574'^^xsd:string;
  dwc:scientificName 'Sertularella modesta 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 '-68.283333'^^xsd:double;
  dwc:latitude '-54.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 '720063'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/579197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285680'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8 -68.283333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-68.283333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579198" ;
  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.42573'^^xsd:string;
  dwc:scientificName 'Sertularella modesta 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 '-68.283333'^^xsd:double;
  dwc:latitude '-54.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 '720063'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/579198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285680'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579219> ;
  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%2F579219>
  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%2F579219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38067'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/579219'^^xsd:anyURI;
  dwc:observationDate '1964-05-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%2F579255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.666667 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.666667"^^xsd:decimal ;
  dwc:decimalLongitude "13.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%2F579255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.666667 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-7.666667"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579255" ;
  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.41273'^^xsd:string;
  dwc:scientificName 'Hebella michaelseni Broch, 1914'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearIdentified '1913'^^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 'Angola'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-7.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 '117697'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/579255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6625 -15.704167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6625"^^xsd:decimal ;
  dwc:decimalLongitude "-15.704167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579405" ;
  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/st1717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40309'^^xsd:string;
  dwc:scientificName 'Cladocarpus pectiniferus Allman, 1883'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1717'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15.704167'^^xsd:double;
  dwc:latitude '29.6625'^^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 '231758'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/579405'^^xsd:anyURI;
  dwc:observationDate '1904-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579456> ;
  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%2F579456>
  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%2F579456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579456" ;
  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'^^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/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 '285941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/579456'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^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%2F579692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -16.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579692" ;
  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.40627'^^xsd:string;
  dwc:scientificName 'Eirene pellucida (Will, 1844)'^^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'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.25'^^xsd:double;
  dwc:latitude '14.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '1325504'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/579692'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^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%2F579727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F579727> ;
  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%2F579727>
  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%2F579727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/579727" ;
  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.38065'^^xsd:string;
  dwc:scientificName 'Bougainvillia ramosa f. benedii Bonnevie, 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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/579727'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40598,INV.40599,INV.40600,INV.40601,INV.40602,INV.40603,INV.40606'^^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 '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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580052'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F580140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.066667 -2.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.066667"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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%2F580140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.066667 -2.683333)"^^geo:wktLiteral ;
  geo-pos:lat "52.066667"^^xsd:decimal ;
  geo-pos:long "-2.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580140" ;
  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.42405'^^xsd:string;
  dwc:scientificName 'Nigellastrum rosaceum (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 '1907'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-2.683333'^^xsd:double;
  dwc:latitude '52.066667'^^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 '152144'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580140'^^xsd:anyURI;
  dwc:observationDate '1907-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580616> ;
  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%2F580616>
  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%2F580616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41238'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 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 '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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580616'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38708'^^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:startYearCollected '1977'^^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 '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221198'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.15 11.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.15"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F580842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.15 11.26)"^^geo:wktLiteral ;
  geo-pos:lat "58.15"^^xsd:decimal ;
  geo-pos:long "11.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580842" ;
  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.42281,INV.42288'^^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 'Sweden'^^xsd:string;
  dwc:longitude '11.26'^^xsd:double;
  dwc:latitude '58.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580842'^^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%2F580843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.15 11.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.15"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F580843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.15 11.26)"^^geo:wktLiteral ;
  geo-pos:lat "58.15"^^xsd:decimal ;
  geo-pos:long "11.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580843" ;
  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.42280,INV.42288'^^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 'Sweden'^^xsd:string;
  dwc:longitude '11.26'^^xsd:double;
  dwc:latitude '58.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580843'^^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%2F580974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39912'^^xsd:string;
  dwc:scientificName 'Zanclella diabolica 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:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '291303'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580974'^^xsd:anyURI;
  dwc:observationDate '1989-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '291303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 -0.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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%2F581118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 -0.666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.4"^^xsd:decimal ;
  geo-pos:long "-0.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581118" ;
  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/7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41951'^^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.666667'^^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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581118'^^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%2F581119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 -0.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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%2F581119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 -0.666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.4"^^xsd:decimal ;
  geo-pos:long "-0.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581119" ;
  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/7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41911'^^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.666667'^^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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581119'^^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%2F581233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40617'^^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 '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 '284587'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581233'^^xsd:anyURI;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '284587'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581267> ;
  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%2F581267>
  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%2F581267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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'^^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 '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 '117605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581267'^^xsd:anyURI;
  dwc:observationDate '1909-07-25'^^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%2F581396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581396> ;
  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%2F581396>
  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%2F581396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581396" ;
  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.43596,INV.43598,INV.43626,INV.43627'^^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: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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581396'^^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%2F581397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581397> ;
  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%2F581397>
  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%2F581397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581397" ;
  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.43596,INV.43597,INV.43598,INV.43626'^^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: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 '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581397'^^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%2F581512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39103'^^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 '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 '117476'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581512'^^xsd:anyURI;
  dwc:observationDate '1985-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%2F581728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581728> ;
  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%2F581728>
  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%2F581728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581728" ;
  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'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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/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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581728'^^xsd:anyURI;
  dwc:observationDate '1949-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581804> ;
  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%2F581804>
  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%2F581804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581804" ;
  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.43184'^^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/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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581804'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^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%2F581871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39911'^^xsd:string;
  dwc:scientificName 'Zanclea retractilis 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 '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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 '286004'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581871'^^xsd:anyURI;
  dwc:observationDate '1986-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '286004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44093'^^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 '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 '174752'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582073'^^xsd:anyURI;
  dwc:observationDate '1983-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%2F582084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582084> ;
  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%2F582084>
  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%2F582084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38057'^^xsd:string;
  dwc:scientificName 'Bougainvillia principis (Steenstrup, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc: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 '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 '117329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582093> ;
  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%2F582093>
  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%2F582093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582093" ;
  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.43123'^^xsd:string;
  dwc:scientificName 'Campanularia groenlandica Levinsen, 1893'^^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 '157919'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582093'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '157919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582179> ;
  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%2F582179>
  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%2F582179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38349'^^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 '1958'^^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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582179'^^xsd:anyURI;
  dwc:observationDate '1958-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582214> ;
  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%2F582214>
  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%2F582214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582214" ;
  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/8'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582214'^^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%2F582471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582471> ;
  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%2F582471>
  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%2F582471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582471" ;
  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.41854'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582471'^^xsd:anyURI;
  dwc:observationDate '1949-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582582> ;
  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%2F582582>
  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%2F582582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582582" ;
  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.42364'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^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 'Dawydoff C.'^^xsd:string;
  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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582582'^^xsd:anyURI;
  dwc:observationDate '1902-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582744> ;
  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%2F582744>
  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%2F582744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582744" ;
  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.42722'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^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 '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582744'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582870> ;
  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%2F582870>
  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%2F582870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38848'^^xsd:string;
  dwc:scientificName 'Candelabrum phrygium (Fabricius, 1780)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582870'^^xsd:anyURI;
  dwc:observationDate '1965-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117420'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582871> ;
  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%2F582871>
  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%2F582871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43818,INV.43819'^^xsd:string;
  dwc:scientificName 'Obelia longissima (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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117389'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582871'^^xsd:anyURI;
  dwc:observationDate '1965-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582883> ;
  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%2F582883>
  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%2F582883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39316'^^xsd:string;
  dwc:scientificName 'Hydrocoryne miurensis Stechow, 1907'^^xsd: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 '1949'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290164'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582883'^^xsd:anyURI;
  dwc:observationDate '1949-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '290164'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F582907> ;
  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%2F582907>
  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%2F582907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/582907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43859'^^xsd:string;
  dwc:scientificName 'Rhizocaulus verticillatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Billard'^^xsd:string;
  dwc:yearIdentified '1899'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1899'^^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 '117399'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/582907'^^xsd:anyURI;
  dwc:observationDate '1899-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%2F583021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583021> ;
  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%2F583021>
  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%2F583021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583021" ;
  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.43207,INV.43236'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni 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 '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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583021'^^xsd:anyURI;
  dwc:observationDate '1934-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%2F583022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583022> ;
  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%2F583022>
  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%2F583022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583022" ;
  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.43207,INV.43208'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni 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 '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 '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583022'^^xsd:anyURI;
  dwc:observationDate '1934-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%2F583044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43379'^^xsd:string;
  dwc:scientificName 'Clytia mccradyi (Brooks, 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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284378'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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%2F583063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.8)"^^geo:wktLiteral ;
  geo-pos:lat "-70"^^xsd:decimal ;
  geo-pos:long "-80.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583063" ;
  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/st695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.38479'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st695'^^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 '-80.8'^^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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583063'^^xsd:anyURI;
  dwc:observationDate '1898-10-18'^^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%2F583098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583098> ;
  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%2F583098>
  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%2F583098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583098" ;
  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.42558'^^xsd:string;
  dwc:scientificName 'Sertularella keiensis Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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:aphiaid '285524'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583099> ;
  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%2F583099>
  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%2F583099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583099" ;
  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.42555'^^xsd:string;
  dwc:scientificName 'Sertularella keiensis Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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:aphiaid '285524'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583118> ;
  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%2F583118>
  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%2F583118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "21782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43304'^^xsd:string;
  dwc:scientificName 'Campanularia speciosa Clark, 1877'^^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 '21782'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21782'^^xsd:anyURI;
  dwc:aphiaid '411936'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583118'^^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%2F583191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583191> ;
  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%2F583191>
  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%2F583191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583191" ;
  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.42118'^^xsd:string;
  dwc:scientificName 'Diphasia tropica 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 '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 '285431'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583191'^^xsd:anyURI;
  dwc:observationDate '1930-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '285431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39887'^^xsd:string;
  dwc:scientificName 'Zanclea 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 '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 '117259'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583555'^^xsd:anyURI;
  dwc:observationDate '1978-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%2F583562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583562> ;
  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%2F583562>
  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%2F583562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583562" ;
  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.39986'^^xsd:string;
  dwc:scientificName 'Aequorea forskalea Peron & Lesueur, 1810'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1901'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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 '117270'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583562'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583655> ;
  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%2F583655>
  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%2F583655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41266'^^xsd:string;
  dwc:scientificName 'Hebella furax (Millard, 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 '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 '284962'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583655'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284962'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583754> ;
  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%2F583754>
  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%2F583754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38259'^^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 '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 '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583754'^^xsd:anyURI;
  dwc:observationDate '1959-08-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%2F583945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583945> ;
  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%2F583945>
  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%2F583945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583945" ;
  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.40815\\,INV.40815\\1'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583945'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F583946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583946> ;
  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%2F583946>
  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%2F583946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583946" ;
  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.40815\\1,INV.41925\\2'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583946'^^xsd:anyURI;
  dwc:observationDate '1908-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%2F583952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583952> ;
  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%2F583952>
  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%2F583952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583952" ;
  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.41804'^^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 '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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583952'^^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%2F584016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584016> ;
  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%2F584016>
  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%2F584016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584016" ;
  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.43674,INV.43688'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584016'^^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%2F584017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584017> ;
  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%2F584017>
  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%2F584017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584017" ;
  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.43671,INV.43674'^^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: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:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584017'^^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%2F584037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40717,INV.40718'^^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 '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 '221217'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584037'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '221217'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584534> ;
  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%2F584534>
  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%2F584534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584534" ;
  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'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584534'^^xsd:anyURI;
  dwc:observationDate '1938-02-08'^^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%2F584548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584548> ;
  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%2F584548>
  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%2F584548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584548" ;
  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.41764'^^xsd:string;
  dwc:scientificName 'Plumularia lagenifera Allman, 1885'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '285262'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584548'^^xsd:anyURI;
  dwc:observationDate '1911-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '285262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584549> ;
  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%2F584549>
  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%2F584549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584549" ;
  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.41763'^^xsd:string;
  dwc:scientificName 'Plumularia lagenifera Allman, 1885'^^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 '285262'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584549'^^xsd:anyURI;
  dwc:observationDate '1911-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '285262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584637> ;
  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%2F584637>
  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%2F584637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584637" ;
  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.42845'^^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 '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 '115.32902'^^xsd:double;
  dwc:latitude '-33.58275'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/584637'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584707> ;
  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%2F584707>
  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%2F584707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584707" ;
  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.42904'^^xsd:string;
  dwc:scientificName 'Sertularia tenera Sars, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584708> ;
  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%2F584708>
  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%2F584708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584708" ;
  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.42908'^^xsd:string;
  dwc:scientificName 'Sertularia tenera Sars, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584747> ;
  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%2F584747>
  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%2F584747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584747" ;
  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.40777'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^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: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 '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584747'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F584825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44039\\1,INV.44116'^^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 '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 '221239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584825'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F584826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F584826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/584826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44115,INV.44116'^^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 '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 '221239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/584826'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F585003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585003> ;
  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%2F585003>
  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%2F585003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38463'^^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: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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585003'^^xsd:anyURI;
  dwc:observationDate '1957-06-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%2F585025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.25 69.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.25"^^xsd:decimal ;
  dwc:decimalLongitude "69.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%2F585025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.25 69.5)"^^geo:wktLiteral ;
  geo-pos:lat "-49.25"^^xsd:decimal ;
  geo-pos:long "69.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585025" ;
  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.43632'^^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:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '69.5'^^xsd:double;
  dwc:latitude '-49.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:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585025'^^xsd:anyURI;
  dwc:observationDate '1903-01-30'^^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%2F585026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.25 69.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.25"^^xsd:decimal ;
  dwc:decimalLongitude "69.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%2F585026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.25 69.5)"^^geo:wktLiteral ;
  geo-pos:lat "-49.25"^^xsd:decimal ;
  geo-pos:long "69.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585026" ;
  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.43604'^^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:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '69.5'^^xsd:double;
  dwc:latitude '-49.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:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585026'^^xsd:anyURI;
  dwc:observationDate '1903-01-30'^^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%2F585050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585050> ;
  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%2F585050>
  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%2F585050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39409'^^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:dayCollected '13'^^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/585050'^^xsd:anyURI;
  dwc:observationDate '1967-06-13'^^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%2F585109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585109> ;
  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%2F585109>
  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%2F585109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585109" ;
  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'^^xsd:string;
  dwc:scientificName 'Campanulina lacerata (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '152121'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585200> ;
  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%2F585200>
  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%2F585200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585200" ;
  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.42043'^^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/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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585200'^^xsd:anyURI;
  dwc:observationDate '1897-08-10'^^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%2F585201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585201> ;
  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%2F585201>
  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%2F585201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585201" ;
  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.42042'^^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/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 '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585201'^^xsd:anyURI;
  dwc:observationDate '1897-08-10'^^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%2F585211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5 119.118056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.5"^^xsd:decimal ;
  dwc:decimalLongitude "119.118056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585211" ;
  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/st310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41043'^^xsd:string;
  dwc:scientificName 'Antenella sibogae Billard, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9464/st310'^^xsd:string;
  dwc:yearCollected '1900'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Selat Sape'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '119.118056'^^xsd:double;
  dwc:latitude '-8.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:9464'^^xsd:anyURI;
  dwc:aphiaid '284818'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585211'^^xsd:anyURI;
  dwc:observationDate '1900-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '284818'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27 -31.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27"^^xsd:decimal ;
  dwc:decimalLongitude "-31.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%2F585223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27 -31.07)"^^geo:wktLiteral ;
  geo-pos:lat "39.27"^^xsd:decimal ;
  geo-pos:long "-31.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585223" ;
  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/st218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42817'^^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/st218'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-31.07'^^xsd:double;
  dwc:latitude '39.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:12981'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585223'^^xsd:anyURI;
  dwc:observationDate '1888-08-04'^^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%2F585441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585441> ;
  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%2F585441>
  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%2F585441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585441" ;
  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.41020'^^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 '10'^^xsd:integer;
  dwc:dayCollected '10'^^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/585441'^^xsd:anyURI;
  dwc:observationDate '1930-10-10'^^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%2F585608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585608> ;
  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%2F585608>
  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%2F585608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585608" ;
  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'^^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/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 '754346'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585608'^^xsd:anyURI;
  dwc:observationDate '1898-05-12'^^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%2F585670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585670> ;
  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%2F585670>
  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%2F585670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585670" ;
  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'^^xsd:string;
  dwc:scientificName 'Halecium flexile var. japonica Leloup, 1938'^^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 'type'^^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 '117588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585670'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F585671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585671> ;
  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%2F585671>
  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%2F585671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585671" ;
  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.40822'^^xsd:string;
  dwc:scientificName 'Halecium flexile var. japonica Leloup, 1938'^^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 'type'^^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:aphiaid '117588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585671'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F585672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585672> ;
  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%2F585672>
  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%2F585672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585672" ;
  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.43708\\2'^^xsd:string;
  dwc:scientificName 'Halecium flexile var. japonica Leloup, 1938'^^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 'type'^^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:aphiaid '117588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585672'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F585754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585754> ;
  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%2F585754>
  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%2F585754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41868'^^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:yearCollected '1973'^^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/585754'^^xsd:anyURI;
  dwc:observationDate '1973-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%2F585896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38762'^^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: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 '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585896'^^xsd:anyURI;
  dwc:observationDate '1977-04-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%2F585928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585928> ;
  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%2F585928>
  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%2F585928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585928" ;
  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.41217'^^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/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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585928'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^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%2F585953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585953> ;
  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%2F585953>
  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%2F585953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585953" ;
  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.42382,INV.42387'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585953'^^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%2F585954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585954> ;
  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%2F585954>
  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%2F585954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585954" ;
  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.42381,INV.42382'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585954'^^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%2F585969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585969> ;
  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%2F585969>
  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%2F585969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585969" ;
  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.44134'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585969'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^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%2F586084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586084> ;
  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%2F586084>
  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%2F586084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586084" ;
  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.43287'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/586084'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586085> ;
  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%2F586085>
  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%2F586085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586085" ;
  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.43268'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/586085'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586243> ;
  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%2F586243>
  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%2F586243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586243" ;
  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.42974'^^xsd:string;
  dwc:scientificName 'Thuiaria carica Levinsen, 1893'^^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 '117934'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586243'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586368> ;
  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%2F586368>
  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%2F586368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586368" ;
  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.42745'^^xsd:string;
  dwc:scientificName 'Sertularelloides mercatoris Leloup, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '1006534'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586368'^^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%2F586474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586474> ;
  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%2F586474>
  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%2F586474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586474" ;
  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.38361'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare 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 '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 '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586474'^^xsd:anyURI;
  dwc:observationDate '1934-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%2F586494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586494> ;
  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%2F586494>
  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%2F586494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586494" ;
  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.40473'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  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 '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586494'^^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%2F586646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586646> ;
  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%2F586646>
  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%2F586646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586646" ;
  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.43055'^^xsd:string;
  dwc:scientificName 'Synthecium robustum Nutting, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), 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 '285934'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586646'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '285932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586647> ;
  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%2F586647>
  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%2F586647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586647" ;
  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.43054'^^xsd:string;
  dwc:scientificName 'Synthecium robustum Nutting, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), 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 '285934'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586647'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '285932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586654> ;
  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%2F586654>
  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%2F586654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586654" ;
  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.41026'^^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 '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:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586654'^^xsd:anyURI;
  dwc:observationDate '1930-03-31'^^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%2F586655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586655> ;
  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%2F586655>
  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%2F586655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586655" ;
  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.41025'^^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 '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:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586655'^^xsd:anyURI;
  dwc:observationDate '1930-03-31'^^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%2F586660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586660> ;
  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%2F586660>
  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%2F586660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38796'^^xsd:string;
  dwc:scientificName 'Thecocodium brieni Bouillon, 1967'^^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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117843'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586660'^^xsd:anyURI;
  dwc:observationDate '1963-04-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%2F586661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586661> ;
  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%2F586661>
  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%2F586661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38797'^^xsd:string;
  dwc:scientificName 'Thecocodium brieni Bouillon, 1967'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '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/586661'^^xsd:anyURI;
  dwc:observationDate '1963-04-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%2F586855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586855> ;
  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%2F586855>
  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%2F586855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586855" ;
  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.40071'^^xsd:string;
  dwc:scientificName 'Aglaophenia filamentosa (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 '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/586855'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586944> ;
  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%2F586944>
  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%2F586944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586944" ;
  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.43053'^^xsd:string;
  dwc:scientificName 'Synthecium robustum Nutting, 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/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 '285934'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586944'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '285932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44046'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586968'^^xsd:anyURI;
  dwc:observationDate '1977-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%2F587041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587041> ;
  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%2F587041>
  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%2F587041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587041" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587041'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F587042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587042> ;
  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%2F587042>
  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%2F587042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587042" ;
  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.42272'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (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 '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 '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587042'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^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%2F587151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587151> ;
  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%2F587151>
  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%2F587151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587151" ;
  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.39219'^^xsd:string;
  dwc:scientificName 'Syncoryne 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 '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 '740684'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587291> ;
  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%2F587291>
  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%2F587291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587291" ;
  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.42812'^^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/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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587291'^^xsd:anyURI;
  dwc:observationDate '1902-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39687'^^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 '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 '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587339'^^xsd:anyURI;
  dwc:observationDate '1989-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%2F587373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587373> ;
  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%2F587373>
  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%2F587373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38763'^^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 '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 '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587373'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F587437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587437> ;
  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%2F587437>
  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%2F587437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587437" ;
  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.44218'^^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/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 '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587437'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^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%2F587541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.116667 -7.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.116667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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 "6752.301672852019"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587541" ;
  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/st1096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42085'^^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/st1096'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Golfo de Cádiz'^^xsd:string;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-7.9'^^xsd:double;
  dwc:latitude '36.116667'^^xsd:double;
  dwc:coordinatePrecision '6752.301672852'^^xsd:double;
  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/587541'^^xsd:anyURI;
  dwc:observationDate '1901-02-28'^^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%2F587574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587574> ;
  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%2F587574>
  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%2F587574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43774'^^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 '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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587574'^^xsd:anyURI;
  dwc:observationDate '1967-04-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%2F587660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587660> ;
  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%2F587660>
  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%2F587660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587660" ;
  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.40283'^^xsd:string;
  dwc:scientificName 'Aglaophenia vitiana Kirchenpauer, 1872'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kirchenpauer'^^xsd:string;
  dwc:yearIdentified '1872'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '4450'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4450'^^xsd:anyURI;
  dwc:aphiaid '991977'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '991977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587810> ;
  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%2F587810>
  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%2F587810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587810" ;
  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.38483'^^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 '1936'^^xsd:integer;
  dwc:monthCollected '4'^^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 '117093'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587810'^^xsd:anyURI;
  dwc:observationDate '1936-04-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%2F587892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40581'^^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:country 'Papua New Guinea'^^xsd:string;
  dwc: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/587892'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F587901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587901> ;
  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%2F587901>
  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%2F587901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42810'^^xsd:string;
  dwc:scientificName 'Sertularia distans (Lamouroux, 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 '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 '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587901'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '546867'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40595'^^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: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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587926'^^xsd:anyURI;
  dwc:observationDate '1975-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '221223'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588017> ;
  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%2F588017>
  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%2F588017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588017" ;
  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.42186'^^xsd:string;
  dwc:scientificName 'Dynamena tumida (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:occurrenceId 'http://collections.naturalsciences.be/specimen/588017'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38056'^^xsd:string;
  dwc:scientificName 'Bougainvillia principis (Steenstrup, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588032'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117329'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588079> ;
  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%2F588079>
  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%2F588079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588079" ;
  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.38518'^^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: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588079'^^xsd:anyURI;
  dwc:observationDate '1933-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%2F588214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588214" ;
  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.40161'^^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 'South Africa'^^xsd:string;
  dwc:longitude '30'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588214'^^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%2F588215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588215" ;
  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.40149'^^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 'South Africa'^^xsd:string;
  dwc:longitude '30'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588215'^^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%2F588284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588284> ;
  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%2F588284>
  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%2F588284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39890'^^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 '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 '117259'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588284'^^xsd:anyURI;
  dwc:observationDate '1972-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117259'^^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%2F588362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588362> ;
  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%2F588362>
  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%2F588362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38241,INV.38341'^^xsd:string;
  dwc:scientificName 'Bythotiara 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 '117027'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588362'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117027'^^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%2F588501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39499,INV.39500,INV.39501,INV.39502,INV.39504,INV.39525,INV.39526,INV.39528'^^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:country 'Papua New Guinea'^^xsd:string;
  dwc: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/588501'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F588504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.32"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F588504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  geo-pos:lat "-2.32"^^xsd:decimal ;
  geo-pos:long "9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588504" ;
  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.41035\\1'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (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: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 'Gabon'^^xsd:string;
  dwc:longitude '9.45'^^xsd:double;
  dwc:latitude '-2.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 '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588504'^^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%2F588553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588553> ;
  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%2F588553>
  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%2F588553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588553" ;
  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.43293'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588553'^^xsd:anyURI;
  dwc:observationDate '1930-12-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588554> ;
  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%2F588554>
  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%2F588554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588554" ;
  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.43262'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/588554'^^xsd:anyURI;
  dwc:observationDate '1930-12-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588587> ;
  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%2F588587>
  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%2F588587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588587" ;
  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\\1,INV.40508\\1'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588680> ;
  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%2F588680>
  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%2F588680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38110'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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:yearCollected '1958'^^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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588680'^^xsd:anyURI;
  dwc:observationDate '1958-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.55 -25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.55"^^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%2F588752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.55 -25.5)"^^geo:wktLiteral ;
  geo-pos:lat "1.55"^^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%2F588752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588752" ;
  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/st047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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.44133'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^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/st047'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25.5'^^xsd:double;
  dwc:latitude '1.55'^^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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588752'^^xsd:anyURI;
  dwc:observationDate '1935-11-29'^^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%2F588819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.741666 -6.204167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.741666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.204167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588819" ;
  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/st57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41874'^^xsd:string;
  dwc:scientificName 'Polyplumaria flabellata Sars, 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/st57'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-6.204167'^^xsd:double;
  dwc:latitude '43.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 '117827'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588819'^^xsd:anyURI;
  dwc:observationDate '1886-08-05'^^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%2F588837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588837> ;
  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%2F588837>
  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%2F588837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588837" ;
  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.42479,INV.42480'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588837'^^xsd:anyURI;
  dwc:observationDate '1905-07-26'^^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%2F588838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588838> ;
  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%2F588838>
  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%2F588838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588838" ;
  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.42479,INV.42496'^^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/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 '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588838'^^xsd:anyURI;
  dwc:observationDate '1905-07-26'^^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%2F588913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38937'^^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 '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 '289811'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588913'^^xsd:anyURI;
  dwc:observationDate '1980-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%2F588943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39872'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290921'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588943'^^xsd:anyURI;
  dwc:observationDate '1987-03-06'^^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%2F588946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588946> ;
  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%2F588946>
  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%2F588946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588946" ;
  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.42403'^^xsd:string;
  dwc:scientificName 'Nigellastrum mutulatum (Busk, 1852)'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '842989'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588946'^^xsd:anyURI;
  dwc:observationDate '1905-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '220586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F588947> ;
  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%2F588947>
  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%2F588947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/588947" ;
  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.42402'^^xsd:string;
  dwc:scientificName 'Nigellastrum mutulatum (Busk, 1852)'^^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 '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 '842989'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/588947'^^xsd:anyURI;
  dwc:observationDate '1905-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '220586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589027> ;
  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%2F589027>
  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%2F589027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589027" ;
  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.38406,INV.38407'^^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: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 '418879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589027'^^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%2F589028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589028> ;
  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%2F589028>
  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%2F589028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589028" ;
  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.38407,INV.43462\\1'^^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: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 '418879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589028'^^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%2F589029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589029> ;
  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%2F589029>
  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%2F589029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42178'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589029'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F589032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40667'^^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 '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 '284609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589032'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F589076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589076> ;
  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%2F589076>
  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%2F589076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589076" ;
  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.41013'^^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: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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589077> ;
  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%2F589077>
  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%2F589077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589077" ;
  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.41010'^^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: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 '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589341> ;
  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%2F589341>
  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%2F589341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589341" ;
  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.41799'^^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 '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 '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589341'^^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%2F589377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589377> ;
  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%2F589377>
  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%2F589377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38711'^^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: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 '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589377'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F589459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589459> ;
  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%2F589459>
  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%2F589459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38068'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589459'^^xsd:anyURI;
  dwc:observationDate '1960-08-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%2F589616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589616> ;
  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%2F589616>
  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%2F589616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44202'^^xsd:string;
  dwc:scientificName 'Crossota alba Bigelow, 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: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 '221237'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.06 11.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.06"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F589620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.06 11.44)"^^geo:wktLiteral ;
  geo-pos:lat "52.06"^^xsd:decimal ;
  geo-pos:long "11.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589620" ;
  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.38219,INV.38234'^^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 '11.44'^^xsd:double;
  dwc:latitude '52.06'^^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/589620'^^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%2F589621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.06 11.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.06"^^xsd:decimal ;
  dwc:decimalLongitude "11.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%2F589621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.06 11.44)"^^geo:wktLiteral ;
  geo-pos:lat "52.06"^^xsd:decimal ;
  geo-pos:long "11.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589621" ;
  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.38218,INV.38219'^^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 '11.44'^^xsd:double;
  dwc:latitude '52.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 '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589621'^^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%2F589649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589649> ;
  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%2F589649>
  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%2F589649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39052'^^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 '1966'^^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 '117471'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589649'^^xsd:anyURI;
  dwc:observationDate '1966-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%2F589747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589747> ;
  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%2F589747>
  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%2F589747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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\\1'^^xsd:string;
  dwc:scientificName 'Tubularia coronata Abidgaard, 1806'^^xsd: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 '151730'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589747'^^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%2F589849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38986'^^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 '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 '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589849'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F589866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589866> ;
  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%2F589866>
  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%2F589866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38793'^^xsd:string;
  dwc:scientificName 'Thecocodium brieni Bouillon, 1967'^^xsd: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 '1963'^^xsd:integer;
  dwc:monthCollected '12'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117843'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589866'^^xsd:anyURI;
  dwc:observationDate '1963-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '117843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589909> ;
  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%2F589909>
  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%2F589909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589909" ;
  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.41128'^^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: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 '284914'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589910> ;
  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%2F589910>
  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%2F589910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589910" ;
  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.41124'^^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: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 '284914'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F589960> ;
  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%2F589960>
  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%2F589960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/589960" ;
  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.40066'^^xsd:string;
  dwc:scientificName 'Aglaophenia elongata Meneghini, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/589960'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^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%2F590106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44034'^^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 '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 '284553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590106'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F590223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -9.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F590223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -9.07)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-9.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590223" ;
  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.40199'^^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 'Portugal'^^xsd:string;
  dwc:longitude '-9.07'^^xsd:double;
  dwc:latitude '38.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590223'^^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%2F590224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -9.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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%2F590224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -9.07)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-9.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590224" ;
  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.41811\\1'^^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 'Portugal'^^xsd:string;
  dwc:longitude '-9.07'^^xsd:double;
  dwc:latitude '38.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590224'^^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%2F590241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590241> ;
  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%2F590241>
  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%2F590241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38099'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590241'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F590252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590252> ;
  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%2F590252>
  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%2F590252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590252" ;
  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.40957'^^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:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '10'^^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/590252'^^xsd:anyURI;
  dwc:observationDate '1934-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590324> ;
  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%2F590324>
  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%2F590324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590324" ;
  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\\2'^^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 '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 '285941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590324'^^xsd:anyURI;
  dwc:observationDate '1933-10-16'^^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%2F590417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41612,INV.41613'^^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: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 '290514'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590417'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '290514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590425> ;
  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%2F590425>
  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%2F590425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590425" ;
  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.41752'^^xsd:string;
  dwc:scientificName 'Plumularia diaphragmata Billard, 1911'^^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/590425'^^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%2F590590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590590> ;
  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%2F590590>
  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%2F590590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590590" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum 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/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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590590'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F590591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590591> ;
  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%2F590591>
  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%2F590591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590591" ;
  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.42811\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum 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/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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590591'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F590592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590592> ;
  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%2F590592>
  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%2F590592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590592" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum 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/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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590592'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F590597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590597> ;
  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%2F590597>
  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%2F590597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590597" ;
  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.40553'^^xsd:string;
  dwc:scientificName 'Opercularella panicula (Sars, 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/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 '117414'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590597'^^xsd:anyURI;
  dwc:observationDate '1948-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '849913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590712" ;
  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.40085'^^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 'South Africa'^^xsd:string;
  dwc:longitude '30'^^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:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590712'^^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%2F590744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590744> ;
  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%2F590744>
  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%2F590744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590744" ;
  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.40843,INV.40844,INV.40845,INV.40846'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (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.'^^xsd:string;
  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 '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590744'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F590745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590745> ;
  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%2F590745>
  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%2F590745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590745" ;
  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.40836,INV.40844,INV.40845,INV.40846'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (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.'^^xsd:string;
  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 '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590745'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^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%2F590770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590770> ;
  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%2F590770>
  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%2F590770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590770" ;
  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.42834'^^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/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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590770'^^xsd:anyURI;
  dwc:observationDate '1895-07-22'^^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%2F590771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590771> ;
  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%2F590771>
  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%2F590771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590771" ;
  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.42816'^^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/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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590771'^^xsd:anyURI;
  dwc:observationDate '1895-07-22'^^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%2F591015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591015> ;
  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%2F591015>
  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%2F591015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591015" ;
  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.42127'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591015'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^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%2F591016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591016> ;
  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%2F591016>
  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%2F591016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591016" ;
  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.42157'^^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 '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 '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591016'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^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%2F591053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591053> ;
  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%2F591053>
  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%2F591053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591053" ;
  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.38033'^^xsd:string;
  dwc:scientificName 'Bimeria fragilis Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), 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 '151714'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591053'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117341'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.19188 115.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.19188"^^xsd:decimal ;
  dwc:decimalLongitude "115.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591182" ;
  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.43029'^^xsd:string;
  dwc:scientificName 'Tridentata rigida Stechow, 1924'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , 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:continentOcean 'Cockburn Sound'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.6983'^^xsd:double;
  dwc:latitude '-32.19188'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/591182'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.19188 115.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.19188"^^xsd:decimal ;
  dwc:decimalLongitude "115.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591183" ;
  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.43028'^^xsd:string;
  dwc:scientificName 'Tridentata rigida Stechow, 1924'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , 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:continentOcean 'Cockburn Sound'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.6983'^^xsd:double;
  dwc:latitude '-32.19188'^^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:occurrenceId 'http://collections.naturalsciences.be/specimen/591183'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591407> ;
  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%2F591407>
  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%2F591407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40948'^^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 '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 '117605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591407'^^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%2F591517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591517> ;
  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%2F591517>
  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%2F591517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44013'^^xsd:string;
  dwc:scientificName 'Aeginura grimaldi Maas, 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: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 '145.02'^^xsd:double;
  dwc:latitude '-4.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 '117266'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41502'^^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: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 '285046'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591563'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285046'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38978'^^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 '1982'^^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 '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591650'^^xsd:anyURI;
  dwc:observationDate '1982-02-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%2F591839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F591839> ;
  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%2F591839>
  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%2F591839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/591839" ;
  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\\3'^^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 '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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/591839'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^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%2F592052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592052> ;
  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%2F592052>
  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%2F592052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592052" ;
  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.41948'^^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 '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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592052'^^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%2F592053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592053> ;
  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%2F592053>
  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%2F592053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592053" ;
  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.41906'^^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 '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 '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592053'^^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%2F592284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38778'^^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: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 '285329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592284'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285329'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592482> ;
  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%2F592482>
  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%2F592482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592482" ;
  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.43274'^^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 '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:occurrenceId 'http://collections.naturalsciences.be/specimen/592482'^^xsd:anyURI;
  dwc:observationDate '1930-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592593> ;
  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%2F592593>
  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%2F592593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592593" ;
  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.38045,INV.38046,INV.38047'^^xsd:string;
  dwc:scientificName 'Bimeria humilis 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: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 '292530'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592594> ;
  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%2F592594>
  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%2F592594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592594" ;
  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.38046,INV.38047,INV.43464\\1'^^xsd:string;
  dwc:scientificName 'Bimeria humilis 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: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 '292530'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.129167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.129167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592721" ;
  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/st1344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41437'^^xsd:string;
  dwc:scientificName 'Zygophylax geniculata (Clarke, 1894)'^^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/st1344'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.129167'^^xsd:double;
  dwc:latitude '38.758333'^^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 '285004'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592721'^^xsd:anyURI;
  dwc:observationDate '1902-08-18'^^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%2F592722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.129167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.129167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592722" ;
  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/st1344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41431,INV.41433,INV.41434'^^xsd:string;
  dwc:scientificName 'Zygophylax geniculata (Clarke, 1894)'^^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/st1344'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.129167'^^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 '285004'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592722'^^xsd:anyURI;
  dwc:observationDate '1902-08-18'^^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%2F592783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.116667 8.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.116667"^^xsd:decimal ;
  dwc:decimalLongitude "8.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%2F592783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.116667 8.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-1.116667"^^xsd:decimal ;
  geo-pos:long "8.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592783" ;
  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/st142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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.44355'^^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/st142'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:longitude '8.633333'^^xsd:double;
  dwc:latitude '-1.116667'^^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/592783'^^xsd:anyURI;
  dwc:observationDate '1949-03-09'^^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%2F592911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592911> ;
  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%2F592911>
  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%2F592911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39183'^^xsd:string;
  dwc:scientificName 'Sarsia gemmifera 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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117482'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592911'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '565161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38663'^^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: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 '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593017> ;
  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%2F593017>
  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%2F593017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593017" ;
  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.39992'^^xsd:string;
  dwc:scientificName 'Aglaophenia acacia Allman, 1883'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  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 '117274'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593017'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593087> ;
  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%2F593087>
  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%2F593087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593087" ;
  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'^^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 '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 '292263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593087'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^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%2F593088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593088> ;
  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%2F593088>
  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%2F593088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593088" ;
  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.38738'^^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 '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 '292263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593088'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^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%2F593103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593103> ;
  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%2F593103>
  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%2F593103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593103" ;
  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.38106'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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 '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 '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593103'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593246> ;
  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%2F593246>
  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%2F593246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593246" ;
  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.41955\\2'^^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 '-2.083333'^^xsd:double;
  dwc:latitude '56.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:11365'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593246'^^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%2F593247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593247> ;
  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%2F593247>
  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%2F593247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593247" ;
  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.41917\\2'^^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 '-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 '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593247'^^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%2F593286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593286> ;
  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%2F593286>
  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%2F593286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593286" ;
  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.42424\\1'^^xsd:string;
  dwc:scientificName 'Campanularia eurycalyx Hartlaub, 1905'^^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 '284321'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '292462'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593360> ;
  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%2F593360>
  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%2F593360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593360" ;
  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\\1,INV.38256'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593360'^^xsd:anyURI;
  dwc:observationDate '1930-02-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%2F593361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593361> ;
  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%2F593361>
  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%2F593361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593361" ;
  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\\1,INV.41219'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593361'^^xsd:anyURI;
  dwc:observationDate '1930-02-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%2F593440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.14 -7.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.14"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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%2F593440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.14 -7.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.14"^^xsd:decimal ;
  geo-pos:long "-7.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593440" ;
  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.40169'^^xsd:string;
  dwc:scientificName 'Aglaophenia pennatula 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:longitude '-7.03'^^xsd:double;
  dwc:latitude '44.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:occurrenceId 'http://collections.naturalsciences.be/specimen/593440'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38140'^^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: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 '284264'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593486'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284264'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593527> ;
  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%2F593527>
  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%2F593527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38813'^^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 '1971'^^xsd:integer;
  dwc:monthCollected '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 '117848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593527'^^xsd:anyURI;
  dwc:observationDate '1971-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117848'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593575> ;
  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%2F593575>
  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%2F593575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593575" ;
  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.44027'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^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 '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593575'^^xsd:anyURI;
  dwc:observationDate '1949-06-04'^^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%2F593708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38060'^^xsd:string;
  dwc:scientificName 'Bougainvillia fulva Agassiz & Mayer, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^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 '221102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593708'^^xsd:anyURI;
  dwc:observationDate '1989-02-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%2F593844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.501667 -19.290277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.501667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.290277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593844" ;
  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/st94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43505'^^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/st94'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-19.290277'^^xsd:double;
  dwc:latitude '43.501667'^^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/593844'^^xsd:anyURI;
  dwc:observationDate '1887-06-14'^^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%2F593845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.501667 -19.290277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.501667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.290277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593845" ;
  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/st94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43526'^^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/st94'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-19.290277'^^xsd:double;
  dwc:latitude '43.501667'^^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/593845'^^xsd:anyURI;
  dwc:observationDate '1887-06-14'^^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%2F593890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38054'^^xsd:string;
  dwc:scientificName 'Bougainvillia platygaster (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 '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 '221101'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593890'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593966> ;
  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%2F593966>
  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%2F593966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593966" ;
  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.40925'^^xsd:string;
  dwc:scientificName 'Halecium pusillum (Sars, 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 '117602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593966'^^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%2F593984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593984> ;
  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%2F593984>
  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%2F593984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593984" ;
  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.39855'^^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: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 '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593984'^^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%2F593988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F593988> ;
  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%2F593988>
  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%2F593988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/593988" ;
  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.40306'^^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 '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 '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:20550'^^xsd:anyURI;
  dwc:aphiaid '284088'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/593988'^^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%2F594166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594166> ;
  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%2F594166>
  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%2F594166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594166" ;
  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.38425,INV.38431,INV.38432'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^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 '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594166'^^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%2F594167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594167> ;
  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%2F594167>
  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%2F594167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594167" ;
  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.38431,INV.38432,INV.38433'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9398'^^xsd:anyURI;
  dwc:aphiaid '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594167'^^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%2F594460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.366667 13.016667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.366667"^^xsd:decimal ;
  dwc:decimalLongitude "13.016667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594460" ;
  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/st183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44056'^^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/st183'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.016667'^^xsd:double;
  dwc:latitude '-9.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:16808'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594460'^^xsd:anyURI;
  dwc:observationDate '1949-04-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%2F594626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40656'^^xsd:string;
  dwc:scientificName 'Eutima curva 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 '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 '221227'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594626'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221227'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.32"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F594644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  geo-pos:lat "-2.32"^^xsd:decimal ;
  geo-pos:long "9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594644" ;
  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.43297'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^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: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 'Gabon'^^xsd:string;
  dwc:longitude '9.45'^^xsd:double;
  dwc:latitude '-2.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:occurrenceId 'http://collections.naturalsciences.be/specimen/594644'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.32"^^xsd:decimal ;
  dwc:decimalLongitude "9.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%2F594645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.32 9.45)"^^geo:wktLiteral ;
  geo-pos:lat "-2.32"^^xsd:decimal ;
  geo-pos:long "9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594645" ;
  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.43251'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^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: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 'Gabon'^^xsd:string;
  dwc:longitude '9.45'^^xsd:double;
  dwc:latitude '-2.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/594645'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39750'^^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 '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 '117983'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594646'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F594776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594776> ;
  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%2F594776>
  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%2F594776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594776" ;
  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.40775'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^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 '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594776'^^xsd:anyURI;
  dwc:observationDate '1934-04-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%2F594807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594807> ;
  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%2F594807>
  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%2F594807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594807" ;
  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.42744'^^xsd:string;
  dwc:scientificName 'Sertularelloides mercatoris Leloup, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '1006534'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594807'^^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%2F594808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594808> ;
  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%2F594808>
  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%2F594808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594808" ;
  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.42746'^^xsd:string;
  dwc:scientificName 'Sertularelloides mercatoris Leloup, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '1006534'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594808'^^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%2F594825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.41 -70.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.41"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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%2F594825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.41 -70.32)"^^geo:wktLiteral ;
  geo-pos:lat "-52.41"^^xsd:decimal ;
  geo-pos:long "-70.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594825" ;
  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.41989'^^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.32'^^xsd:double;
  dwc:latitude '-52.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:22225'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594825'^^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%2F594864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594864> ;
  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%2F594864>
  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%2F594864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43860'^^xsd:string;
  dwc:scientificName 'Rhizocaulus verticillatus (Linnaeus, 1758)'^^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: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 '117399'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594864'^^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%2F594932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594932> ;
  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%2F594932>
  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%2F594932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594932" ;
  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.43530'^^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 '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 '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594932'^^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%2F594933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594933> ;
  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%2F594933>
  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%2F594933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594933" ;
  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.43509'^^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 '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 '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594933'^^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%2F595081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595081> ;
  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%2F595081>
  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%2F595081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38867'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595081'^^xsd:anyURI;
  dwc:observationDate '1974-02-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%2F595123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595123> ;
  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%2F595123>
  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%2F595123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595123" ;
  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.40284'^^xsd:string;
  dwc:scientificName 'Aglaophenia vitiana 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 '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:aphiaid '991977'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '991977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595164> ;
  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%2F595164>
  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%2F595164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39376'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595164'^^xsd:anyURI;
  dwc:observationDate '1974-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%2F595209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595209> ;
  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%2F595209>
  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%2F595209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595209" ;
  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.42394'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595209'^^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%2F595210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595210> ;
  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%2F595210>
  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%2F595210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595210" ;
  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.42373'^^xsd:string;
  dwc:scientificName 'Idiella 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: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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595210'^^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%2F595262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595262> ;
  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%2F595262>
  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%2F595262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595262" ;
  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.43057'^^xsd:string;
  dwc:scientificName 'Synthecium tubithecum (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 '285941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595262'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^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%2F595279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595279> ;
  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%2F595279>
  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%2F595279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41166'^^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 '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: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595279'^^xsd:anyURI;
  dwc:observationDate '1957-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%2F595310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595310> ;
  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%2F595310>
  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%2F595310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39806'^^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 '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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595310'^^xsd:anyURI;
  dwc:observationDate '1964-06-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%2F595404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595404> ;
  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%2F595404>
  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%2F595404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38933'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595404'^^xsd:anyURI;
  dwc:observationDate '1961-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%2F595431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595431> ;
  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%2F595431>
  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%2F595431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595431" ;
  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'^^xsd:string;
  dwc:scientificName 'Zygophylax pacifica Stechow, 1920'^^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 '285009'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595431'^^xsd:anyURI;
  dwc:observationDate '1934-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '285009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595432> ;
  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%2F595432>
  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%2F595432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595432" ;
  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.41443'^^xsd:string;
  dwc:scientificName 'Zygophylax pacifica Stechow, 1920'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '285009'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595432'^^xsd:anyURI;
  dwc:observationDate '1934-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '285009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44099'^^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 '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 '117945'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595489'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F595548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595548> ;
  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%2F595548>
  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%2F595548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595548" ;
  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.41272\\1'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (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 '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595548'^^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%2F595567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595567> ;
  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%2F595567>
  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%2F595567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38883'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595567'^^xsd:anyURI;
  dwc:observationDate '1971-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%2F595785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595785> ;
  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%2F595785>
  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%2F595785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595785" ;
  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.43464'^^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 '-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 '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595785'^^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%2F595841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595841> ;
  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%2F595841>
  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%2F595841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595841" ;
  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.41659'^^xsd:string;
  dwc:scientificName 'Monothecella compressa (Bale, 1882)'^^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 '1'^^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 '292365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595841'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '285230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F595842> ;
  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%2F595842>
  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%2F595842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/595842" ;
  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.41658'^^xsd:string;
  dwc:scientificName 'Monothecella compressa (Bale, 1882)'^^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 '1'^^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 '292365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/595842'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '285230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596006> ;
  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%2F596006>
  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%2F596006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596006" ;
  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.39771'^^xsd:string;
  dwc:scientificName 'Tubularia australis Stechow, 1924'^^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 '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 '743529'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596007> ;
  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%2F596007>
  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%2F596007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596007" ;
  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.39772'^^xsd:string;
  dwc:scientificName 'Tubularia australis Stechow, 1924'^^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 '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 '743529'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596029> ;
  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%2F596029>
  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%2F596029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43339'^^xsd:string;
  dwc:scientificName 'Clytia gravieri (Billard, 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.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 '292593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596029'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117370'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.07 113.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.07"^^xsd:decimal ;
  dwc:decimalLongitude "113.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596104" ;
  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.41178'^^xsd:string;
  dwc:scientificName 'Pycnotheca mirabilis (Allman, 1883)'^^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 '16'^^xsd:integer;
  dwc:continentOcean 'South Passage'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.09'^^xsd:double;
  dwc:latitude '-26.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 '220596'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596104'^^xsd:anyURI;
  dwc:observationDate '1905-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '220596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.07 113.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.07"^^xsd:decimal ;
  dwc:decimalLongitude "113.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596105" ;
  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.41176'^^xsd:string;
  dwc:scientificName 'Pycnotheca mirabilis (Allman, 1883)'^^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 '16'^^xsd:integer;
  dwc:continentOcean 'South Passage'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.09'^^xsd:double;
  dwc:latitude '-26.07'^^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 '220596'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596105'^^xsd:anyURI;
  dwc:observationDate '1905-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '220596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.36 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.36"^^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%2F596320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.36 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.36"^^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%2F596320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596320" ;
  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.42003'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1909'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9259'^^xsd:integer;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:latitude '49.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:9259'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596320'^^xsd:anyURI;
  dwc:observationDate '1909-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%2F596321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.36 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.36"^^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%2F596321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.36 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.36"^^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%2F596321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596321" ;
  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.41983'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1909'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9259'^^xsd:integer;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:latitude '49.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9259'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596321'^^xsd:anyURI;
  dwc:observationDate '1909-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%2F596431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596431> ;
  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%2F596431>
  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%2F596431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596431" ;
  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.40209\\1'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^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 '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596431'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F596456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/596456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38612'^^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: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 '289941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/596456'^^xsd:anyURI;
  dwc:observationDate '1983-08-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%2F643805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F643805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F643805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F643805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/643805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38873,INV.38874'^^xsd:string;
  dwc:scientificName 'Cladocoryne haddoni Kirkpatrick, 1890'^^xsd: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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/643805'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F643910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F643910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F643910> ;
  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%2F643910>
  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%2F643910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/643910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.38894,INV.38895,INV.38899,INV.38902,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/643910'^^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%2F644145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644145> ;
  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%2F644145>
  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%2F644145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39125,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/644145'^^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%2F644259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38912,INV.38913'^^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/644259'^^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%2F644387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644387> ;
  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%2F644387>
  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%2F644387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39290,INV.39291,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/644387'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F644388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644388> ;
  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%2F644388>
  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%2F644388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39292,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/644388'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F644389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644389> ;
  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%2F644389>
  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%2F644389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39294,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/644389'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F644543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644543> ;
  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%2F644543>
  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%2F644543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39273,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/644543'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F644544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644544> ;
  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%2F644544>
  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%2F644544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39372,INV.39374,INV.39375,INV.39387,INV.39388,INV.39410,INV.39411'^^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 '1973'^^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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/644544'^^xsd:anyURI;
  dwc:observationDate '1973-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%2F644691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644691> ;
  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%2F644691>
  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%2F644691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39113,INV.39114,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/644691'^^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%2F644968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F644968> ;
  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%2F644968>
  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%2F644968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/644968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39128,INV.39129'^^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/644968'^^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%2F645119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645119> ;
  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%2F645119>
  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%2F645119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39095,INV.39096'^^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/645119'^^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%2F645154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645154> ;
  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%2F645154>
  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%2F645154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39546,INV.39547,INV.39548,INV.39549,INV.39550,INV.39555,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645154'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F645155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645155> ;
  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%2F645155>
  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%2F645155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39546,INV.39547,INV.39548,INV.39550,INV.39551,INV.39555,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645155'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F645225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645225> ;
  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%2F645225>
  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%2F645225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39274,INV.39275,INV.39280,INV.39283,INV.39300,INV.39301,INV.39304,INV.39305,INV.39306'^^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 '5'^^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/645225'^^xsd:anyURI;
  dwc:observationDate '1971-05-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%2F645638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645638> ;
  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%2F645638>
  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%2F645638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645638" ;
  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.39444'^^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/645638'^^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%2F645658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40598,INV.40599,INV.40601,INV.40602,INV.40603,INV.40604,INV.40606'^^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 '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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645658'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F645662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645662> ;
  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%2F645662>
  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%2F645662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39379,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/645662'^^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%2F645753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645753> ;
  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%2F645753>
  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%2F645753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39781,INV.39782,INV.39783,INV.39785,INV.39786,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/645753'^^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%2F645757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645757> ;
  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%2F645757>
  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%2F645757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39777,INV.39778,INV.39779,INV.39788,INV.39790,INV.39791'^^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: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/645757'^^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%2F645762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645762> ;
  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%2F645762>
  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%2F645762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39274,INV.39275,INV.39280,INV.39283,INV.39284,INV.39300,INV.39301,INV.39304,INV.39305'^^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 '5'^^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/645762'^^xsd:anyURI;
  dwc:observationDate '1971-05-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%2F645763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645763> ;
  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%2F645763>
  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%2F645763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39293,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645763'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F645764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645764> ;
  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%2F645764>
  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%2F645764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39295,INV.39296,INV.39298,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645764'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F645765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645765> ;
  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%2F645765>
  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%2F645765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39274,INV.39275,INV.39280,INV.39283,INV.39300,INV.39301,INV.39302,INV.39304,INV.39305'^^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 '5'^^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/645765'^^xsd:anyURI;
  dwc:observationDate '1971-05-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%2F645835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38163,INV.38164,INV.38165,INV.38166,INV.38167,INV.38168'^^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 '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 '718760'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645844> ;
  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%2F645844>
  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%2F645844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38825'^^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/645844'^^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%2F645868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40668,INV.40669,INV.40670,INV.40673,INV.40674,INV.40675'^^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 '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 '284609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645868'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F645888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645888> ;
  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%2F645888>
  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%2F645888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645888" ;
  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.42372'^^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 '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 '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645888'^^xsd:anyURI;
  dwc:observationDate '1936-12-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%2F645892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41464,INV.41465'^^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 '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 '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645892'^^xsd:anyURI;
  dwc:observationDate '1986-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%2F645895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.21"^^xsd:decimal ;
  dwc:decimalLongitude "107.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%2F645895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.21 107.04)"^^geo:wktLiteral ;
  geo-pos:lat "10.21"^^xsd:decimal ;
  geo-pos:long "107.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645895" ;
  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.39436,INV.39437,INV.39438,INV.39439'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 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 '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 '107.04'^^xsd:double;
  dwc:latitude '10.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:11329'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645895'^^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%2F645902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39276,INV.39277'^^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 'Picard'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/645902'^^xsd:anyURI;
  dwc:observationDate '1956-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%2F645903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39276,INV.39279'^^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 'Picard'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/645903'^^xsd:anyURI;
  dwc:observationDate '1956-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%2F645923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645923> ;
  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%2F645923>
  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%2F645923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39710'^^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 '1974'^^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/645923'^^xsd:anyURI;
  dwc:observationDate '1974-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%2F645930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41612,INV.41614'^^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: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 '290514'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645930'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '290514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645939> ;
  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%2F645939>
  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%2F645939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39546,INV.39547,INV.39548,INV.39550,INV.39552,INV.39555,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645939'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F645940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645940> ;
  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%2F645940>
  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%2F645940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39546,INV.39547,INV.39548,INV.39550,INV.39554,INV.39555,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645940'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F645992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645992> ;
  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%2F645992>
  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%2F645992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39239,INV.39240,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/645992'^^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%2F645993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645993> ;
  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%2F645993>
  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%2F645993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39239,INV.39241,INV.39242,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/645993'^^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%2F645996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F645996> ;
  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%2F645996>
  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%2F645996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/645996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39270,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39295,INV.39296,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/645996'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F646011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.41552'^^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/646011'^^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%2F646040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646040> ;
  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%2F646040>
  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%2F646040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39698,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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291193'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646040'^^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%2F646041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646041> ;
  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%2F646041>
  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%2F646041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39704'^^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/646041'^^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%2F646075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.21 43.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.21"^^xsd:decimal ;
  dwc:decimalLongitude "43.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%2F646075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.21 43.4)"^^geo:wktLiteral ;
  geo-pos:lat "-23.21"^^xsd:decimal ;
  geo-pos:long "43.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39581,INV.39612'^^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 '1965'^^xsd:integer;
  dwc:country 'Madagascar'^^xsd:string;
  dwc:longitude '43.4'^^xsd:double;
  dwc:latitude '-23.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:27838'^^xsd:anyURI;
  dwc:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646075'^^xsd:anyURI;
  dwc:observationDate '1965-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%2F646077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41538,INV.41539'^^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 '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 '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646077'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F646078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41538,INV.41541'^^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 '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 '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646078'^^xsd:anyURI;
  dwc:observationDate '1987-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%2F646086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 4.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "4.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%2F646086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 4.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.5"^^xsd:decimal ;
  geo-pos:long "4.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39210,INV.39211,INV.39213'^^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 '1972'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/646086'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F646100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646100> ;
  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%2F646100>
  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%2F646100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646100" ;
  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.41769'^^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'^^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 '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646100'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^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%2F646199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646199> ;
  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%2F646199>
  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%2F646199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39229,INV.39230'^^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/646199'^^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%2F646263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646263> ;
  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%2F646263>
  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%2F646263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38682,INV.38683,INV.38684,INV.38685,INV.38687'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646263'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646264> ;
  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%2F646264>
  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%2F646264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38682,INV.38683,INV.38684,INV.38687,INV.38690'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646264'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646265> ;
  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%2F646265>
  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%2F646265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38682,INV.38683,INV.38684,INV.38687,INV.38692'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646265'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646373> ;
  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%2F646373>
  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%2F646373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646373" ;
  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.42818'^^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/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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646373'^^xsd:anyURI;
  dwc:observationDate '1895-07-22'^^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%2F646374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646374> ;
  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%2F646374>
  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%2F646374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646374" ;
  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.42824'^^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 '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 '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646374'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^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%2F646408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646408> ;
  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%2F646408>
  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%2F646408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39700,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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291193'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646408'^^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%2F646507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646507> ;
  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%2F646507>
  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%2F646507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39699,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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291193'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646507'^^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%2F646550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40598,INV.40599,INV.40601,INV.40602,INV.40603,INV.40605,INV.40606'^^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 '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 '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646550'^^xsd:anyURI;
  dwc:observationDate '1982-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%2F646608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.11 0.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.11"^^xsd:decimal ;
  dwc:decimalLongitude "0.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%2F646608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.11 0.21)"^^geo:wktLiteral ;
  geo-pos:lat "49.11"^^xsd:decimal ;
  geo-pos:long "0.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39353'^^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: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 '0.21'^^xsd:double;
  dwc:latitude '49.11'^^xsd:double;
  dwc:coordinatePrecision '1000'^^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/646608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646660> ;
  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%2F646660>
  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%2F646660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38112,INV.38116,INV.38117,INV.38118,INV.38557\\1'^^xsd:string;
  dwc:scientificName 'Dicoryne conferta (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:yearCollected '1958'^^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: bouin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117336'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/646660'^^xsd:anyURI;
  dwc:observationDate '1958-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39499,INV.39500,INV.39501,INV.39502,INV.39504,INV.39525,INV.39526,INV.39527'^^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:country 'Papua New Guinea'^^xsd:string;
  dwc: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/646714'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F646954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F646954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/646954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39600,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/646954'^^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%2F647094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647094> ;
  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%2F647094>
  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%2F647094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39635,INV.39639'^^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.879723'^^xsd:double;
  dwc:latitude '-4.175'^^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 '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647094'^^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%2F647120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647120> ;
  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%2F647120>
  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%2F647120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39239,INV.39241,INV.39243,INV.39244'^^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/647120'^^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%2F647121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647121> ;
  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%2F647121>
  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%2F647121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39266,INV.39267,INV.39268,INV.39269,INV.39272,INV.39281,INV.39285,INV.39286,INV.39287,INV.39289,INV.39291,INV.39295,INV.39296,INV.39297,INV.39299'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647121'^^xsd:anyURI;
  dwc:observationDate '1971-06-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%2F647178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647178> ;
  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%2F647178>
  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%2F647178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38682,INV.38683,INV.38684,INV.38687,INV.38691'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647178'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647181> ;
  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%2F647181>
  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%2F647181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38405'^^xsd:string;
  dwc:scientificName 'Eudendrium exiguum Allman, 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:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '7'^^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 '284663'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647181'^^xsd:anyURI;
  dwc:observationDate '1966-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '284663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647203> ;
  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%2F647203>
  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%2F647203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39544,INV.39546,INV.39547,INV.39548,INV.39550,INV.39555,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647203'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F647317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647317> ;
  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%2F647317>
  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%2F647317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647317" ;
  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.40901,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/647317'^^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%2F647321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647321> ;
  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%2F647321>
  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%2F647321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38080,INV.38082,INV.38083,INV.38084,INV.38086,INV.38087,INV.38088,INV.38089,INV.38090,INV.38091,INV.38092,INV.38093,INV.38094'^^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 '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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647321'^^xsd:anyURI;
  dwc:observationDate '1959-07-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%2F647335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647335> ;
  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%2F647335>
  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%2F647335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647335" ;
  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.43589'^^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/647335'^^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%2F647369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40668,INV.40669,INV.40670,INV.40671,INV.40673,INV.40674'^^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 '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 '284609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647369'^^xsd:anyURI;
  dwc:observationDate '1975-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%2F647452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647452> ;
  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%2F647452>
  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%2F647452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.43435,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/647452'^^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%2F647453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647453> ;
  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%2F647453>
  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%2F647453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.43436,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/647453'^^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%2F647524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647524> ;
  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%2F647524>
  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%2F647524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39469,INV.39470,INV.39471'^^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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647524'^^xsd:anyURI;
  dwc:observationDate '1962-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%2F647548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647548> ;
  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%2F647548>
  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%2F647548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647548" ;
  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.40780'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^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: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 '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647548'^^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%2F647653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647653> ;
  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%2F647653>
  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%2F647653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647653" ;
  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.41290'^^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/647653'^^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%2F647685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647685> ;
  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%2F647685>
  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%2F647685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43020'^^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 '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: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287749'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647685'^^xsd:anyURI;
  dwc:observationDate '1972-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%2F647686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647686> ;
  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%2F647686>
  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%2F647686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647686" ;
  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.43037'^^xsd:string;
  dwc:scientificName 'Staurotheca antarctica 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 '1902'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '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:11365'^^xsd:anyURI;
  dwc:aphiaid '174591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647686'^^xsd:anyURI;
  dwc:observationDate '1902-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '174591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647710> ;
  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%2F647710>
  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%2F647710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41101'^^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: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 '287314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647710'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '287314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647716> ;
  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%2F647716>
  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%2F647716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647716" ;
  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.40344'^^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/647716'^^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%2F647857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41460'^^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 '24'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc: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/647857'^^xsd:anyURI;
  dwc:observationDate '1986-08-24'^^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%2F647879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647879> ;
  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%2F647879>
  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%2F647879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39546,INV.39547,INV.39548,INV.39550,INV.39555,INV.39556,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647879'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F647891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40665'^^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/647891'^^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%2F647920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647920> ;
  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%2F647920>
  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%2F647920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39701,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: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291193'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/647920'^^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%2F647926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F647926> ;
  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%2F647926>
  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%2F647926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/647926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39781,INV.39782,INV.39783,INV.39784,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/647926'^^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%2F648273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648273> ;
  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%2F648273>
  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%2F648273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38682,INV.38683,INV.38684,INV.38687,INV.38688'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648273'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648274> ;
  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%2F648274>
  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%2F648274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38682,INV.38683,INV.38684,INV.38687,INV.38689'^^xsd:string;
  dwc:scientificName 'Merga tergestina (Neppi & Stiasny, 1912)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy '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 '117794'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648274'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117794'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 -3.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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%2F648453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 -3.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "-3.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39568,INV.39569,INV.39570'^^xsd:string;
  dwc:scientificName 'Rosalinda incrustans Kramp, 1947'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Picard'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-3.11'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117869'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648453'^^xsd:anyURI;
  dwc:observationDate '1958-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117869'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648461> ;
  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%2F648461>
  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%2F648461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648461" ;
  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.41994,INV.41996'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (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 '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 '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648461'^^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%2F648487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.416667 12.541666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "12.541666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648487" ;
  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/st113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44358'^^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/st113'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.541666'^^xsd:double;
  dwc:latitude '-13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: 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/648487'^^xsd:anyURI;
  dwc:observationDate '1949-01-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%2F648688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41583,INV.41585'^^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 '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 '285062'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648688'^^xsd:anyURI;
  dwc:observationDate '1981-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%2F648706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648706> ;
  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%2F648706>
  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%2F648706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43787'^^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 '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 '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648706'^^xsd:anyURI;
  dwc:observationDate '1959-06-26'^^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%2F648735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648735> ;
  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%2F648735>
  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%2F648735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648735" ;
  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.42710,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/648735'^^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%2F648779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648779> ;
  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%2F648779>
  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%2F648779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39542,INV.39543,INV.39546,INV.39547,INV.39548,INV.39550,INV.39553,INV.39555,INV.39557,INV.39558'^^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: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 '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648779'^^xsd:anyURI;
  dwc:observationDate '1967-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%2F648794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39936,INV.39937,INV.39938,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/648794'^^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%2F648804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.366667 13.016667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.366667"^^xsd:decimal ;
  dwc:decimalLongitude "13.016667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648804" ;
  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/st183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44336'^^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/st183'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.016667'^^xsd:double;
  dwc:latitude '-9.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:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648804'^^xsd:anyURI;
  dwc:observationDate '1949-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%2F648885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F648885> ;
  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%2F648885>
  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%2F648885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/648885" ;
  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.43326,INV.43327'^^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/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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/648885'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F649209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649209> ;
  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%2F649209>
  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%2F649209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38080,INV.38082,INV.38083,INV.38084,INV.38085,INV.38086,INV.38087,INV.38088,INV.38089,INV.38090,INV.38091,INV.38092,INV.38093'^^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 '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 '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/649209'^^xsd:anyURI;
  dwc:observationDate '1959-07-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%2F649231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649231> ;
  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%2F649231>
  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%2F649231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649231" ;
  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.38046,INV.38047,INV.38048'^^xsd:string;
  dwc:scientificName 'Bimeria humilis 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: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 '292530'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/649231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649232> ;
  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%2F649232>
  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%2F649232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649232" ;
  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.38046,INV.38047,INV.38049'^^xsd:string;
  dwc:scientificName 'Bimeria humilis 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: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 '292530'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/649232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649469> ;
  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%2F649469>
  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%2F649469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649469" ;
  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.44342,INV.44343,INV.44344,INV.44345,INV.44346,INV.44347'^^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/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 '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/649469'^^xsd:anyURI;
  dwc:observationDate '1948-08-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%2F649510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649510> ;
  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%2F649510>
  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%2F649510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.43797,INV.43798,INV.43799,INV.43800'^^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/649510'^^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%2F649708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649708> ;
  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%2F649708>
  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%2F649708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39726,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/649708'^^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%2F649848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649848> ;
  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%2F649848>
  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%2F649848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649848" ;
  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.40210\\1'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^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 '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/649848'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649850> ;
  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%2F649850>
  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%2F649850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649850" ;
  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.43660\\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/649850'^^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%2F649909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649909> ;
  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%2F649909>
  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%2F649909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.43437,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/649909'^^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%2F649990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.39491,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/649990'^^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%2F649994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F649994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/649994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39499,INV.39500,INV.39501,INV.39502,INV.39503,INV.39504,INV.39525,INV.39526'^^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:country 'Papua New Guinea'^^xsd:string;
  dwc: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/649994'^^xsd:anyURI;
  dwc:observationDate '1984-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%2F650022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650022> ;
  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%2F650022>
  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%2F650022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/650022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39469,INV.39471,INV.39473'^^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 '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 '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/650022'^^xsd:anyURI;
  dwc:observationDate '1962-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%2F650072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650072> ;
  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%2F650072>
  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%2F650072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/650072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43803'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^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 '8'^^xsd:integer;
  dwc:dayCollected '13'^^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/650072'^^xsd:anyURI;
  dwc:observationDate '1958-08-13'^^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%2F650369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650369> ;
  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%2F650369>
  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%2F650369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/650369" ;
  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.40056'^^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/650369'^^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%2F650449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650449> ;
  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%2F650449>
  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%2F650449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/650449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39825'^^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 '1968'^^xsd:integer;
  dwc:monthCollected '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 '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/650449'^^xsd:anyURI;
  dwc:observationDate '1968-02-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%2F650691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F650691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/650691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc: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.44147,INV.44148'^^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/650691'^^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%2F655880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F655880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F655880> ;
  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%2F655880>
  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%2F655880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/655880" ;
  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.39038\\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/655880'^^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%2F655881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F655881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F655881> ;
  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%2F655881>
  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%2F655881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/655881" ;
  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.39027\\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/655881'^^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%2F655882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F655882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F655882> ;
  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%2F655882>
  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%2F655882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/655882" ;
  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.39028\\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/655882'^^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%2F656289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F656289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F656289> ;
  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%2F656289>
  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%2F656289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/656289" ;
  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.41255\\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/656289'^^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%2F657404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F657404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F657404> ;
  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%2F657404>
  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%2F657404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/657404" ;
  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.42567\\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/657404'^^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%2F658213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F658213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F658213> ;
  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%2F658213>
  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%2F658213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/658213" ;
  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.41231\\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/658213'^^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%2F658214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F658214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F658214> ;
  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%2F658214>
  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%2F658214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/658214" ;
  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.41210\\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/658214'^^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%2F659282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F659282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F659282> ;
  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%2F659282>
  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%2F659282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/659282" ;
  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.43659\\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/659282'^^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%2F659984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F659984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F659984> ;
  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%2F659984>
  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%2F659984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/659984" ;
  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\\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/659984'^^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%2F661396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661396> ;
  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%2F661396>
  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%2F661396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/661396" ;
  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/2,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/661396'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661397> ;
  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%2F661397>
  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%2F661397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/661397" ;
  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/3,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/661397'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661398> ;
  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%2F661398>
  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%2F661398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/661398" ;
  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/5,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/661398'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661945> ;
  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%2F661945>
  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%2F661945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/661945" ;
  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.42567\\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/661945'^^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%2F661946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661946> ;
  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%2F661946>
  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%2F661946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/661946" ;
  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.41290\\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/661946'^^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%2F661947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F661947> ;
  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%2F661947>
  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%2F661947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/661947" ;
  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.41291\\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/661947'^^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%2F663144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F663144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F663144> ;
  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%2F663144>
  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%2F663144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/663144" ;
  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.41864\\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/663144'^^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%2F663910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F663910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F663910> ;
  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%2F663910>
  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%2F663910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/663910" ;
  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\\,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/663910'^^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%2F663911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F663911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F663911> ;
  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%2F663911>
  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%2F663911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/663911" ;
  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.41251\\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/663911'^^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%2F665164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F665164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F665164> ;
  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%2F665164>
  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%2F665164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/665164" ;
  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.41214\\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/665164'^^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%2F665165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F665165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F665165> ;
  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%2F665165>
  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%2F665165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/665165" ;
  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\\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/665165'^^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%2F666121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F666121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F666121> ;
  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%2F666121>
  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%2F666121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/666121" ;
  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.41264\\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/666121'^^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%2F666863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F666863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F666863> ;
  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%2F666863>
  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%2F666863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/666863" ;
  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.42033\\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/666863'^^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%2F669283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F669283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F669283> ;
  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%2F669283>
  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%2F669283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/669283" ;
  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.41916\\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/669283'^^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%2F671893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F671893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F671893> ;
  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%2F671893>
  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%2F671893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/671893" ;
  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.43327\\2'^^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/671893'^^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%2F672977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F672977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F672977> ;
  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%2F672977>
  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%2F672977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/672977" ;
  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.41259\\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/672977'^^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%2F677811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F677811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F677811> ;
  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%2F677811>
  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%2F677811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/677811" ;
  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.40917\\1,INV.41070'^^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 '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 '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/677811'^^xsd:anyURI;
  dwc:observationDate '1933-10-16'^^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%2F679620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F679620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F679620> ;
  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%2F679620>
  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%2F679620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/679620" ;
  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.40870\\1,INV.43327'^^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/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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/679620'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^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%2F682205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F682205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F682205> ;
  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%2F682205>
  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%2F682205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/682205" ;
  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\\1'^^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: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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/682205'^^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%2F684083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F684083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F684083> ;
  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%2F684083>
  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%2F684083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/684083" ;
  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.40544\\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: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 '220588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/684083'^^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%2F684602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F684602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F684602> ;
  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%2F684602>
  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%2F684602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/684602" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^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 '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/684602'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F684746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F684746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F684746> ;
  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%2F684746>
  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%2F684746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/684746" ;
  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.40208\\1'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^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: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/684746'^^xsd:anyURI;
  dwc:observationDate '1929-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F685468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F685468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F685468> ;
  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%2F685468>
  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%2F685468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/685468" ;
  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\\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 '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 '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/685468'^^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%2F686594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F686594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F686594> ;
  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%2F686594>
  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%2F686594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/686594" ;
  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.43708\\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 '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:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/686594'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^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%2F689431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F689431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F689431> ;
  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%2F689431>
  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%2F689431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/689431" ;
  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.40769\\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 '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 '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/689431'^^xsd:anyURI;
  dwc:observationDate '1908-08-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%2F697959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F697959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F697959> ;
  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%2F697959>
  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%2F697959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/697959" ;
  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\\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: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 '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/697959'^^xsd:anyURI;
  dwc:observationDate '1931-10-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%2F701861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F701861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F701861> ;
  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%2F701861>
  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%2F701861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/701861" ;
  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.40508\\1'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina 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 '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/701861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F702294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F702294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F702294> ;
  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%2F702294>
  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%2F702294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/702294" ;
  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\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum 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/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 '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/702294'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^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%2F775586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58333 4.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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%2F775586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58333 4.91667)"^^geo:wktLiteral ;
  geo-pos:lat "52.58333"^^xsd:decimal ;
  geo-pos:long "4.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/775586" ;
  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 '2013-12-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44360'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.91667'^^xsd:double;
  dwc:latitude '52.58333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: glas container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/775586'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF